This commit is contained in:
@@ -37,10 +37,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
args: zip -r on-site-vtt.zip on-site-vtt
|
args: zip -r on-site-vtt.zip on-site-vtt
|
||||||
- name: Tag commit
|
- name: Tag commit
|
||||||
uses: mathieudutour/github-tag-action@v6.1
|
uses: anothrNick/github-tag-action@1.64.0
|
||||||
with:
|
with:
|
||||||
custom_tag: dev-${{ steps.date.outputs.date }}
|
CUSTOM_TAG: dev-${{ steps.date.outputs.date }}
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
VERBOSE: true
|
||||||
- name: publish release
|
- name: publish release
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user