Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
icemarkom authored Feb 12, 2025
1 parent 0b46f60 commit 1d52812
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@main
with:
go-version: '1.20'
check-latest: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@master
with:
distribution: goreleaser
version: latest
Expand All @@ -45,7 +45,7 @@ jobs:
gpg -abs -o Release.gpg Release &&
gpg --clearsign -o InRelease Release
- name: Upload Packages and Release manually
uses: alexellis/upload-assets@0.4.0
uses: alexellis/upload-assets@master
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down

0 comments on commit 1d52812

Please sign in to comment.