Skip to content

Commit

Permalink
Update create_rel_tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaustubh-pande authored Apr 2, 2024
1 parent f16cb8b commit 48ef263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_rel_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "LATEST_TAG=${{ steps.get_tag.outputs.old_tag_name }}" >> $GITHUB_ENV
echo "NEW_TAG=${{ github.event.inputs.tag_name }}" >> $GITHUB_ENV
echo "Old github: ${{ toJson(github) }}"
echo "Branch Name: ${{ github.ref#refs/heads/ }}"
echo "Branch Name: $(basename ${{ github.ref }})"
- name: Check if new tag already exists
Expand Down

0 comments on commit 48ef263

Please sign in to comment.