hey, what's that over there?!

This commit is contained in:
2025-11-04 09:13:38 +02:00
parent 11fc158364
commit 6f12de14ad

View File

@@ -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 }}