smal change
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Gitea Actions Demo / Create Release (push) Failing after 4s
Gitea Actions Demo / build website (push) Failing after 9m23s

This commit is contained in:
2026-04-21 08:01:34 +02:00
parent 5d10495260
commit bbaa7e0886
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
id: create_release id: create_release
uses: actions/create-release@v1 uses: actions/create-release@v1
env: env:
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} # This token is provided by Actions, you do not need to create your own token GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with: with:
tag_name: ${{ gitea.ref }} tag_name: ${{ gitea.ref }}
release_name: Release ${{ gitea.ref }} release_name: Release ${{ gitea.ref }}