Skip to content

Commit

Permalink
set tag to github env
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch authored Feb 15, 2023
1 parent 3325ec0 commit 03f3871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
if [[ "$GITHUB_REF" =~ ^refs/tags/v* ]]; then
echo "Releasing from tag: $GITHUB_REF_NAME"
echo "TAG=$GITHUB_REF_NAME"
echo "TAG=$GITHUB_REF_NAME" >> $GITHUB_ENV
else
echo "Releasing from branch: $GITHUB_REF_NAME"
TIMESTAMP=$(TZ=UTC date +%Y%m%d)
Expand Down

0 comments on commit 03f3871

Please sign in to comment.