mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	use v1 of goreleaser until we can bump schema to v2
This commit is contained in:
		| @@ -14,7 +14,7 @@ jobs: | |||||||
|       - run: git fetch --force --tags |       - run: git fetch --force --tags | ||||||
|       - uses: actions/setup-go@v5 |       - uses: actions/setup-go@v5 | ||||||
|         with: |         with: | ||||||
|           go-version: '>=1.20.1' |           go-version-file: "go.mod" | ||||||
|       - name: import gpg |       - name: import gpg | ||||||
|         id: import_gpg |         id: import_gpg | ||||||
|         uses: crazy-max/ghaction-import-gpg@v6 |         uses: crazy-max/ghaction-import-gpg@v6 | ||||||
| @@ -25,7 +25,7 @@ jobs: | |||||||
|         uses: goreleaser/goreleaser-action@v6 |         uses: goreleaser/goreleaser-action@v6 | ||||||
|         with: |         with: | ||||||
|             distribution: goreleaser-pro |             distribution: goreleaser-pro | ||||||
|             version: latest |             version: "~> v1" | ||||||
|             args: release --nightly |             args: release --nightly | ||||||
|         env: |         env: | ||||||
|           GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} |           GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 techknowlogick
					techknowlogick