Skip to content

Commit

Permalink
Fixing bump v5
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Sep 22, 2023
1 parent 6089e38 commit a4a8030
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Bump version
id: bump_version
run: |
pushd serverless-s3-local
version=$(npm version ${{ github.event.inputs.bumpTarget }})
echo "VERSION=$version" >> "$GITHUB_ENV"
pushd serverless-s3-local
yarn version --${{ github.event.inputs.bumpTarget }}
jq -r '"VERSION=v\(.version)"' package.json >> "$GITHUB_ENV"
popd
- name: Commit pyproject.toml
Expand Down

0 comments on commit a4a8030

Please sign in to comment.