hey, what's that over there?!
This commit is contained in:
@@ -119,12 +119,13 @@ jobs:
|
||||
|
||||
- name: Generate Tag Name
|
||||
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
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
tag_name: "${{ env.TAG }}"
|
||||
name: "${{ env.TAG }}"
|
||||
target_commitish: main
|
||||
body: "Automated push release"
|
||||
token: ${{ secrets.mytoken }}
|
||||
|
||||
Reference in New Issue
Block a user