Skip to content

Commit 5135b6f

Browse files
committed
chore: Fix pnpm command format
1 parent 46b3327 commit 5135b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Publish package
3636
working-directory: packages/nuqs
3737
run: |
38-
pnpm pkg set version ${{ steps.version.outputs.version }}
38+
pnpm pkg set version=${{ steps.version.outputs.version }}
3939
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
4040
pnpm publish --access public --tag snapshot --no-git-checks
4141
rm -f .npmrc

0 commit comments

Comments
 (0)