Skip to content

Commit

Permalink
fix: invalid value workflow reference: no version specified
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed May 21, 2024
1 parent 285febe commit 423318b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ permissions:

jobs:
publish_maplibre_gl_platform_interface:
uses: .github/workflows/publish-single.yml
uses: .github/workflows/publish-single.yml@main
with:
working-directory: maplibre_gl_platform_interface
publish_maplibre_gl_web:
needs: [publish_maplibre_gl_platform_interface]
uses: .github/workflows/publish-single.yml
uses: .github/workflows/publish-single.yml@main
with:
working-directory: maplibre_gl_web
publish_maplibre_gl:
needs: [publish_maplibre_gl_platform_interface, publish_maplibre_gl_web]
uses: .github/workflows/publish-single.yml
uses: .github/workflows/publish-single.yml@main
with:
working-directory: .

0 comments on commit 423318b

Please sign in to comment.