From 95d74f841ade6f3247c36e9c61540ada429e6c89 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 11 Dec 2023 10:13:53 +0100 Subject: [PATCH] zip issues --- .gitea/workflows/release-on-develop.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/release-on-develop.yml b/.gitea/workflows/release-on-develop.yml index e754372..ce2d236 100644 --- a/.gitea/workflows/release-on-develop.yml +++ b/.gitea/workflows/release-on-develop.yml @@ -36,19 +36,11 @@ jobs: uses: montudor/action-zip@v1 with: args: zip -r on-site-vtt.zip on-site-vtt - - name: Tag commit - uses: https://github.com/mathieudutour/github-tag-action@v6.1 - id: tagging - with: - custom_tag: dev-${{ steps.date.outputs.date }} - github_token: ${{ secrets.GITHUB_TOKEN }} - verbose: true - name: publish release uses: https://gitea.aweleczka.de/actions/release-action@main with: - title: ${{ steps.tagging.outputs.new_tag }} - tag_name: ${{ steps.tagging.outputs.new_tag }} - body: ${{ steps.tagging.outputs.changelog }} + title: dev-${{ steps.date.outputs.date }} + tag_name: dev-${{ steps.date.outputs.date }} files: on-site-vtt.zip pre_release: true api_key: "${{secrets.RELEASE_TOKEN}}"