Skip to content

Commit

Permalink
Trying to add a go-releaser whatever that is
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Dec 16, 2024
1 parent 03f9e89 commit 9a80df6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Fetch All Tags
run: git fetch --force --tags
run: git fetch --tags --force --prune
- name: Setup Go
uses: actions/setup-go@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@ archives:
checksum:
name_template: "checksums.txt"

snapshot:
name_template: "{{ .Tag }}-SNAPSHOT"

release:
prerelease: "true"

0 comments on commit 9a80df6

Please sign in to comment.