Skip to content

Commit 41f323d

Browse files
committed
ci: make version check wait until npm publish
Signed-off-by: jerensl <[email protected]>
1 parent 936aaac commit 41f323d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
env:
4646
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4747
versions-check:
48+
needs: publish-gpr
4849
runs-on: ubuntu-latest
4950
outputs:
5051
current: ${{ steps.versions.outputs }}

0 commit comments

Comments
 (0)