mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-30 16:55:25 +01:00 
			
		
		
		
	Update release ci (#768)
Reviewed-on: https://gitea.com/gitea/tea/pulls/768
This commit is contained in:
		| @@ -34,9 +34,10 @@ jobs: | ||||
|           AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||||
|           S3_REGION: ${{ secrets.AWS_REGION }} | ||||
|           S3_BUCKET: ${{ secrets.AWS_BUCKET }} | ||||
|           GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} | ||||
|           GORELEASER_FORCE_TOKEN: 'gitea' | ||||
|           GPGSIGN_PASSPHRASE: ${{ secrets.GPGSIGN_PASSPHRASE }} | ||||
|           GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|           GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} | ||||
|           GITEA_TOKEN: ${{ secrets.RELEASE_TOKEN }} | ||||
|   release-image: | ||||
|     runs-on: ubuntu-latest | ||||
|     env: | ||||
|   | ||||
| @@ -22,7 +22,6 @@ jobs: | ||||
|         with: | ||||
|           gpg_private_key: ${{ secrets.GPGSIGN_KEY }} | ||||
|           passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }} | ||||
|           fingerprint: CC64B1DB67ABBEECAB24B6455FC346329753F4B0 | ||||
|       - name: goreleaser | ||||
|         uses: goreleaser/goreleaser-action@v6 | ||||
|         with: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lunny Xiao
					Lunny Xiao