Skip to content

Commit

Permalink
build: upgrade releaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
leukipp committed Jan 16, 2024
1 parent fcd2c9f commit 262d6f2
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 @@ -12,17 +12,17 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.20

- name: Run releaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release -f .goreleaser.yml --clean
Expand Down

0 comments on commit 262d6f2

Please sign in to comment.