Skip to content

Commit

Permalink
[FIX] Fix gorelease files
Browse files Browse the repository at this point in the history
Uodated the releaser files since some formats changed with the latest
updates
  • Loading branch information
ruiztulio committed Oct 19, 2024
1 parent 2dafb9f commit 91a4e1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.18
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: entrypoint
release:
github:
Expand Down Expand Up @@ -28,7 +29,6 @@ snapshot:
name_template: "{{ .ProjectName }}-next"
changelog:
sort: asc
skip: true
filters:
exclude:
- '^docs:'
Expand Down

0 comments on commit 91a4e1c

Please sign in to comment.