Skip to content

Commit

Permalink
fix: removing message
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatist-ban committed Mar 14, 2024
1 parent 81349a4 commit 7c44804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo "SKIP_RELEASE: ${{ env.SKIP_RELEASE }}"
- name: Set variables From git tag command
if: ${{ env.SKIP_RELEASE == 'false' && env.PUBLISH_ARTIFACT == 'true' }}
if: ${{ env.SKIP_RELEASE == 'false' }}
run: |
echo "$VER"
echo "RELEASE_VERSION=$(git tag | sort --version-sort | tail -n1 | tr -d 'v')" >> $GITHUB_ENV
Expand Down

0 comments on commit 7c44804

Please sign in to comment.