Skip to content

Commit

Permalink
fix cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed May 30, 2024
1 parent 51cfd95 commit 21a5fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Generate JS Package
run: |
make build-js
npm version ${{ steps.bump_version.outputs.release_version }} --no-git-tag-version
cd js && npm version ${{ steps.bump_version.outputs.release_version }} --no-git-tag-version
- name: Commit Changes Locally
id: commit
uses: packagrio/action-releasr-go@master
Expand Down

0 comments on commit 21a5fae

Please sign in to comment.