Skip to content

Commit

Permalink
chore(ci): update package.json path
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Jul 17, 2024
1 parent f0b3423 commit 141f78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Bump package version
run: |
sed -i "s/1.0.0/1.0.0-${GITHUB_RUN_ID}.${GITHUB_RUN_ATTEMPT}/" "package.json"
sed -i "s/1.0.0/1.0.0-${GITHUB_RUN_ID}.${GITHUB_RUN_ATTEMPT}/" "npm/package.json"
- name: Publish package
env:
Expand Down

0 comments on commit 141f78c

Please sign in to comment.