From 5ce7d937e8d59e82bbdc4c616ba963b299d18fd5 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 11 Dec 2023 09:09:04 +0100 Subject: [PATCH] zip issues --- .gitea/workflows/release-on-develop.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release-on-develop.yml b/.gitea/workflows/release-on-develop.yml index 575ca97..fe6e64a 100644 --- a/.gitea/workflows/release-on-develop.yml +++ b/.gitea/workflows/release-on-develop.yml @@ -37,10 +37,11 @@ jobs: with: args: zip -r on-site-vtt.zip on-site-vtt - name: Tag commit - uses: mathieudutour/github-tag-action@v6.1 + uses: anothrNick/github-tag-action@1.64.0 with: - custom_tag: dev-${{ steps.date.outputs.date }} - github_token: ${{ secrets.GITHUB_TOKEN }} + CUSTOM_TAG: dev-${{ steps.date.outputs.date }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + VERBOSE: true - name: publish release uses: https://gitea.com/actions/release-action@main with: