Skip to content

Commit

Permalink
add description and bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anderssonw committed Jan 24, 2023
1 parent dbde8f0 commit de1f91b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: ${{ env.GITHUB_REF_NAME }}
args: release --rm-dist
desc: "A CLI for managing all your SKIP needs!"
env:
GITHUB_TOKEN: ${{ secrets.SKIPPER_PUBLISHER }}

0 comments on commit de1f91b

Please sign in to comment.