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 90fd3c3 commit 94dbd87Copy full SHA for 94dbd87
.github/workflows/snapshot_release.yaml
@@ -78,6 +78,6 @@ jobs:
78
with:
79
registry-url: "https://npm.pkg.github.com"
80
- name: Publish snapshot release to GPR
81
- run: npm run publish-next
+ run: npm run publish:next
82
env:
83
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments