Update create-testing-snapshot.yaml
All checks were successful
Generate testing snapshot / Create testing release (push) Successful in 29s

This commit is contained in:
hizumi
2024-02-15 16:40:37 -06:00
parent 23dc0656a6
commit 2866153654

View File

@@ -13,6 +13,7 @@ jobs:
echo "repository: ${{ gitea.repository }}" echo "repository: ${{ gitea.repository }}"
echo "ref: ${{ gitea.ref }}" echo "ref: ${{ gitea.ref }}"
echo "ref_name: ${{ gitea.ref_name }}" echo "ref_name: ${{ gitea.ref_name }}"
echo "sha: ${{ gitea.sha }}"
echo "api_url: ${{ gitea.api_url }}" echo "api_url: ${{ gitea.api_url }}"
echo "workflow: ${{ gitea.workflow }}" echo "workflow: ${{ gitea.workflow }}"
@@ -55,7 +56,6 @@ 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