Skip to content

Commit

Permalink
Set release tag to date by default
Browse files Browse the repository at this point in the history
Signed-off-by: cicdguy <[email protected]>
  • Loading branch information
cicdguy authored Jun 21, 2024
1 parent 0924298 commit 96cf5bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
TAG=$(normalize ${{ github.event.inputs.tag }} ${{ github.event.client_payload.tag }})
TAG_LATEST=$(normalize ${{ github.event.inputs.tag_latest }} ${{ github.event.client_payload.tag_latest }})
RELEASE_TAG=$(normalize ${{ github.event.inputs.release_tag }} ${{ github.event.client_payload.release_tag }})
RELEASE_TAG=$(normalize ${RELEASE_TAG} $(date +%Y%m%d))
echo "ORIGIN=$ORIGIN" >> $GITHUB_OUTPUT
echo "ORIGIN_DISTRIBUTION=$ORIGIN_DISTRIBUTION" >> $GITHUB_OUTPUT
echo "DISTRIBUTION=$DISTRIBUTION" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 96cf5bc

Please sign in to comment.