refactor: improve release process using goreleaser and taskfile

This commit is contained in:
Prad Nukala
2025-01-01 15:34:51 -05:00
parent 8224fd3683
commit 8764e93437
3 changed files with 2 additions and 24 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
run: task -t .github/Taskfile.yml -d . release
run: task -t .github/Taskfile.yml release
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASER_TOKEN }}
GITHUB_PERSONAL_AUTH_TOKEN: ${{ secrets.GH_RELEASER_TOKEN }}