From 973a06e0b5337e579cd071cfe31b9ac19cac1e79 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 11 Dec 2023 09:01:51 +0100 Subject: [PATCH] zip issues --- .gitea/workflows/release-on-develop.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/release-on-develop.yml b/.gitea/workflows/release-on-develop.yml index da76628..575ca97 100644 --- a/.gitea/workflows/release-on-develop.yml +++ b/.gitea/workflows/release-on-develop.yml @@ -36,6 +36,11 @@ jobs: uses: montudor/action-zip@v1 with: 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 uses: https://gitea.com/actions/release-action@main with: