Skip to content

Commit

Permalink
fix(ci): upgrade goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed Sep 8, 2023
1 parent a438ef2 commit a86d315
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: goreleaser
on:
push:
tags:
- '*'
- "*"

permissions:
contents: write
Expand All @@ -12,15 +12,12 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16.5'
-
name: Run GoReleaser
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a86d315

Please sign in to comment.