ci: improve release workflow by adding task installation step

This commit is contained in:
Prad Nukala
2025-01-01 15:12:46 -05:00
parent 9787394d5a
commit 0cf308016b
3 changed files with 29 additions and 1 deletions
+9
View File
@@ -37,6 +37,15 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Install Task
uses: arduino/setup-task@v2
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install GoReleaser
run: curl -sfL https://goreleaser.com/static/run | DISTRIBUTION=pro VERSION=v2.5.0 bash -s -- check
- name: Release
uses: goreleaser/goreleaser-action@v6
with: