uncomment release tag creation #a41a57f (#6392)

This commit is contained in:
kifir 2024-06-04 18:51:56 +03:00 committed by rusefillc
parent 0247a0a962
commit 3914de81d9
1 changed files with 8 additions and 8 deletions

View File

@ -475,11 +475,11 @@ runs:
with:
tag: ${{ env.release_date }}
# - name: Create Release Tag
# if: ${{ steps.checkTag.outputs.exists == 'false' }}
# id: tag
# uses: mathieudutour/github-tag-action@v6.2
# with:
# github_token: ${{env.TOKEN}}
# custom_tag: ${{ env.release_date }}
# tag_prefix: ''
- name: Create Release Tag
if: ${{ steps.checkTag.outputs.exists == 'false' }}
id: tag
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{env.TOKEN}}
custom_tag: ${{ env.release_date }}
tag_prefix: ''