Skip to content

Commit

Permalink
Fixing bump v6
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Sep 22, 2023
1 parent a4a8030 commit 0b5eae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: bump_version
run: |
pushd serverless-s3-local
yarn version --${{ github.event.inputs.bumpTarget }}
yarn version --${{ github.event.inputs.bumpTarget }} --no-git-tag-version
jq -r '"VERSION=v\(.version)"' package.json >> "$GITHUB_ENV"
popd
Expand Down

0 comments on commit 0b5eae9

Please sign in to comment.