daily releases for custom firmware #6392

only: one step back
This commit is contained in:
rusefillc 2024-04-21 17:33:58 -04:00
parent 965d758ad1
commit a41a57f55c
1 changed files with 8 additions and 8 deletions

View File

@ -395,11 +395,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: ''