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: