Skip to content

Commit

Permalink
ci: make version check wait until npm publish
Browse files Browse the repository at this point in the history
Signed-off-by: jerensl <[email protected]>
  • Loading branch information
jerensl committed Nov 7, 2024
1 parent 936aaac commit 41f323d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
versions-check:
needs: publish-gpr
runs-on: ubuntu-latest
outputs:
current: ${{ steps.versions.outputs }}
Expand Down

0 comments on commit 41f323d

Please sign in to comment.