hey, what's that over there?!
This commit is contained in:
@@ -119,12 +119,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate Tag Name
|
- name: Generate Tag Name
|
||||||
id: tag
|
id: tag
|
||||||
run: echo "TAG=v$(TZ='Europe/Athens' date +'%Y%d%m%H%M%S')" >> $GITEA_ENV
|
run: echo "TAG=v$(TZ='Europe/Athens' date +'%d%m%Y%H%M%S')" >> $GITEA_ENV
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
tag_name: "${{ env.TAG }}"
|
tag_name: "${{ env.TAG }}"
|
||||||
|
name: "${{ env.TAG }}"
|
||||||
target_commitish: main
|
target_commitish: main
|
||||||
body: "Automated push release"
|
body: "Automated push release"
|
||||||
token: ${{ secrets.mytoken }}
|
token: ${{ secrets.mytoken }}
|
||||||
|
|||||||
Reference in New Issue
Block a user