This commit is contained in:
@@ -36,6 +36,11 @@ jobs:
|
|||||||
uses: montudor/action-zip@v1
|
uses: montudor/action-zip@v1
|
||||||
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
|
||||||
|
uses: mathieudutour/github-tag-action@v6.1
|
||||||
|
with:
|
||||||
|
custom_tag: dev-${{ steps.date.outputs.date }}
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- 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