mirror of
https://gitea.com/gitea/tea.git
synced 2024-11-03 04:27:21 -05:00
use v1 of goreleaser until we can bump schema to v2
This commit is contained in:
parent
f7e2c6f89b
commit
93480ac98e
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user