We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b3327 commit 5135b6fCopy full SHA for 5135b6f
.github/workflows/snapshot-release.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Publish package
36
working-directory: packages/nuqs
37
run: |
38
- pnpm pkg set version ${{ steps.version.outputs.version }}
+ pnpm pkg set version=${{ steps.version.outputs.version }}
39
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
40
pnpm publish --access public --tag snapshot --no-git-checks
41
rm -f .npmrc
0 commit comments