Update create-testing-snapshot.yaml
Some checks failed
Generate testing snapshot / Create testing release (push) Failing after 34s

This commit is contained in:
hizumi
2024-02-15 16:36:07 -06:00
parent ef83d41a32
commit 23dc0656a6

View File

@@ -55,6 +55,7 @@ jobs:
- name: Create new testing-release - name: Create new testing-release
uses: https://gitea.com/actions/gitea-release-action@v1.1.6 uses: https://gitea.com/actions/gitea-release-action@v1.1.6
with: with:
repository: ${{ $gitea.repository }}@${{ gitea.ref_name }}
tag_name: 'testing-release' tag_name: 'testing-release'
name: 'testing-release' name: 'testing-release'
prerelease: true prerelease: true