refactor: simplify release workflow and remove unnecessary Taskfile includes

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