This commit is contained in:
@@ -37,16 +37,17 @@ 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: https://github.com/mathieudutour/github-tag-action@v6.1
|
||||||
id: tagging
|
id: tagging
|
||||||
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
|
verbose: true
|
||||||
- name: publish release
|
- name: publish release
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.aweleczka.de/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
title: ${{ steps.tagging.outputs.new_tag }}
|
title: ${{ steps.tagging.outputs.new_tag }}
|
||||||
|
tag_name: ${{ steps.tagging.outputs.new_tag }}
|
||||||
body: ${{ steps.tagging.outputs.changelog }}
|
body: ${{ steps.tagging.outputs.changelog }}
|
||||||
files: on-site-vtt.zip
|
files: on-site-vtt.zip
|
||||||
pre_release: true
|
pre_release: true
|
||||||
|
|||||||
Reference in New Issue
Block a user