Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
token: ${{ secrets.GITHUB_TOKEN }}
- name: Fetch tags
if: steps.release.outputs.release_created
run: git fetch --tags --force
- name: Set up Go
if: steps.release.outputs.release_created
uses: actions/setup-go@v6
Expand Down
7 changes: 7 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ builds:

checksum:
name_template: checksums.txt

release:
draft: false
github:
owner: unfunco
name: t
prerelease: auto