Skip to content

Commit

Permalink
fix: add missing doublequote
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed May 16, 2024
1 parent 9a0dbdc commit e36c469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Compute Next Tag
run: |
git_next_tag="$(docker run --rm -e GITHUB_VERSION_INPUT -e GITHUB_VERSION_BUMP ghcr.io/${{ github.repository }}:${{ github.sha }})"
echo "GIT_NEXT_TAG=$git_next_tag" >>"$GITHUB_OUTPUT
echo "GIT_NEXT_TAG=$git_next_tag" >>"$GITHUB_OUTPUT"
env:
GITHUB_VERSION_INPUT: ${{ steps.latest-tag.outputs.GIT_LATEST_TAG }}
GITHUB_VERSION_BUMP: ${{ github.event.inputs.release_type }}
Expand Down

0 comments on commit e36c469

Please sign in to comment.