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 | ||||
|       - uses: actions/setup-go@v5 | ||||
|         with: | ||||
|           go-version: '>=1.20.1' | ||||
|           go-version-file: "go.mod" | ||||
|       - name: import gpg | ||||
|         id: import_gpg | ||||
|         uses: crazy-max/ghaction-import-gpg@v6 | ||||
| @@ -25,7 +25,7 @@ jobs: | ||||
|         uses: goreleaser/goreleaser-action@v6 | ||||
|         with: | ||||
|             distribution: goreleaser-pro | ||||
|             version: latest | ||||
|             version: "~> v1" | ||||
|             args: release --nightly | ||||
|         env: | ||||
|           GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 techknowlogick
					techknowlogick