Skip to content

Commit

Permalink
fix ci actions v3 into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
doniacld committed Jul 19, 2022
1 parent 4a67698 commit 1db977d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v3=
uses: actions/setup-go@v2=
with:
go-version: 1.18
# Doc: https://github.com/marketplace/actions/docker-login
Expand All @@ -27,7 +27,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 1db977d

Please sign in to comment.