1
1
mirror of https://gitea.com/gitea/tea synced 2024-09-18 10:11:55 +02:00

use v1 of goreleaser until we can bump schema to v2

This commit is contained in:
techknowlogick 2024-07-26 16:25:37 +00:00
parent f7e2c6f89b
commit 93480ac98e

View File

@ -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 }}