We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3beb8ef commit 10d2935Copy full SHA for 10d2935
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
tag: ${{ env.GITHUB_REF_SLUG }}
67
68
npm-publish-latest:
69
- needs: build
+ needs: [build, npm-publish-build]
70
runs-on: ubuntu-latest
71
if: github.ref == 'refs/heads/main'
72
steps:
0 commit comments