Skip to content

Commit

Permalink
Run npm version with workspace option
Browse files Browse the repository at this point in the history
  • Loading branch information
komiya-atsushi committed Jan 11, 2024
1 parent 816b217 commit dd949bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
- name: Bump version
run: npm version ${{ inputs.target_element }}
run: npm -w packages/bolt-s3 version ${{ inputs.target_element }}
- run: npm ci
- run: make publish
env:
Expand Down

0 comments on commit dd949bb

Please sign in to comment.