Skip to content

Commit

Permalink
workflow: toolchain.yaml: don't add date to tagname
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Dec 16, 2024
1 parent b26b012 commit c9d9a00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/toolchain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ jobs:
echo "GIT_HASH=$(git rev-parse --short ${GITHUB_SHA})" >> $GITHUB_ENV
echo "GIT_BRANCH=${GITHUB_REF_NAME}" >> $GITHUB_ENV
echo "TG_DISABLED=${{ github.event.inputs.tg_disabled || 'false' }}" >> $GITHUB_ENV
TAG_NAME="$TAG_NAME-$(date +'%Y-%m-%d')"
echo "TAG_NAME=$TAG_NAME" >> $GITHUB_ENV
echo "GIT_HASH=$(git rev-parse --short ${GITHUB_SHA})" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c9d9a00

Please sign in to comment.