diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index cdc3aef..e1ad998 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -137,7 +137,7 @@ jobs: - name: Create Gitea release if: gitea.ref_type == 'tag' - uses: https://gitea.com/actions/gitea-release-action@v1 + uses: https://github.com/akkuman/gitea-release-action@v1 with: token: ${{ secrets.GITEA_TOKEN }} tag_name: ${{ gitea.ref_name }}