Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk committed Jan 27, 2025
1 parent df5d174 commit 0c3f85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Publish 🚀
run: |
VERSION=$(node -p "require('./package.json').version")
VERSION=$(node -p "require('../package.json').version")
if [[ "$VERSION" == *"-rc"* ]]; then
pnpm publish --no-git-checks --access=public --tag next
else
Expand Down

0 comments on commit 0c3f85d

Please sign in to comment.