Update release.yml

This commit is contained in:
Jayateertha Guruprasad 2022-05-17 23:16:24 +05:30 committed by GitHub
parent a40eca7bc7
commit 504a6b83ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,8 @@
name: goreleaser name: goreleaser
on: on:
pull_request:
push: push:
# run only against tags
#tags:
# - '*'
permissions:
contents: write
# packages: write
# issues: write
jobs: jobs:
goreleaser: goreleaser:
@ -20,14 +13,9 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
-
name: Fetch all tags
run: git fetch --force --tags
- -
name: Set up Go name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with:
go-version: 1.18
- -
name: Run GoReleaser name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2
@ -35,7 +23,7 @@ jobs:
# either 'goreleaser' (default) or 'goreleaser-pro' # either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser distribution: goreleaser
version: latest version: latest
args: release -f goreleaser.yml --rm-dist args: release --rm-dist
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution