Skip to content

Commit

Permalink
Fixing bump v4
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Sep 22, 2023
1 parent ea47415 commit 6089e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Get branch
id: get_branch
run: echo "BRANCH={GITHUB_REF/refs\/heads\//}" >> "$GITHUB_ENV"
run: echo "BRANCH=${GITHUB_REF/refs\/heads\//}" >> "$GITHUB_ENV"

- uses: actions/setup-node@v3
with:
Expand All @@ -38,7 +38,7 @@ jobs:
run: |
pushd serverless-s3-local
version=$(npm version ${{ github.event.inputs.bumpTarget }})
echo "VERSION={version}" >> "$GITHUB_ENV"
echo "VERSION=$version" >> "$GITHUB_ENV"
popd
- name: Commit pyproject.toml
Expand Down

0 comments on commit 6089e38

Please sign in to comment.