mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-14 14:50:32 +00:00
ci: update workflow and .goreleaser.yml
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
18bbabc70c
commit
beac410314
4 changed files with 11 additions and 8 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
version: ${{ matrix.version }}
|
||||
args: check --debug
|
||||
args: check --verbose
|
||||
workdir: ./test
|
||||
-
|
||||
name: GoReleaser
|
||||
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
with:
|
||||
distribution: ${{ matrix.distribution }}
|
||||
version: ${{ matrix.version }}
|
||||
args: release --skip-publish --clean --snapshot
|
||||
args: release --skip=publish --clean --snapshot
|
||||
workdir: ./test
|
||||
|
||||
install-only:
|
||||
|
|
@ -96,7 +96,7 @@ jobs:
|
|||
name: Check
|
||||
if: ${{ !(github.event_name == 'pull_request' && matrix.distribution == 'goreleaser-pro') }}
|
||||
run: |
|
||||
goreleaser check --debug
|
||||
goreleaser check --verbose
|
||||
|
||||
signing:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
@ -131,7 +131,7 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
version: latest
|
||||
args: -f .goreleaser-signing.yml check --debug
|
||||
args: -f .goreleaser-signing.yml check --verbose
|
||||
workdir: ./test
|
||||
env:
|
||||
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
|
||||
|
|
@ -140,7 +140,7 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
version: latest
|
||||
args: -f .goreleaser-signing.yml release --skip-publish --clean --snapshot
|
||||
args: -f .goreleaser-signing.yml release --skip=publish --clean --snapshot
|
||||
workdir: ./test
|
||||
env:
|
||||
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
|
||||
|
|
@ -162,13 +162,13 @@ jobs:
|
|||
name: Check
|
||||
uses: ./
|
||||
with:
|
||||
args: check --debug
|
||||
args: check --verbose
|
||||
workdir: ./test
|
||||
-
|
||||
name: GoReleaser
|
||||
uses: ./
|
||||
with:
|
||||
args: release --skip-publish --clean --snapshot
|
||||
args: release --skip=publish --clean --snapshot
|
||||
workdir: ./test
|
||||
-
|
||||
name: Upload assets
|
||||
|
|
@ -194,7 +194,7 @@ jobs:
|
|||
name: GoReleaser
|
||||
uses: ./
|
||||
with:
|
||||
args: release --config .goreleaser-dist.yml --skip-publish --clean --snapshot
|
||||
args: release --config .goreleaser-dist.yml --skip=publish --clean --snapshot
|
||||
workdir: ./test
|
||||
-
|
||||
name: Check dist
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
version: 2
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
version: 2
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
version: 2
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue