Skip to content

Commit

Permalink
fixed retag action
Browse files Browse the repository at this point in the history
Signed-off-by: David Wertenteil <[email protected]>
  • Loading branch information
David Wertenteil committed Apr 18, 2023
1 parent 108bbd8 commit 345078c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/tag-action/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
if [[ -z "${{ inputs.ORIGINAL_TAG }}" ]]; then
echo "The value of ORIGINAL_TAG is ${{ inputs.ORIGINAL_TAG }}"
echo "Setting the value of ORIGINAL_TAG to ${{ github.ref_name }}"
echo ORIGINAL_TAG=${{ github.ref_name }}" >> $GITHUB_ENV
echo "ORIGINAL_TAG=${{ github.ref_name }}" >> $GITHUB_ENV
fi
shell: bash
Expand Down

0 comments on commit 345078c

Please sign in to comment.