Skip to content

Commit

Permalink
fix: add task to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Strobotti committed Feb 21, 2024
1 parent d2e62ad commit 76cfc6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
hooks: goreleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Task
uses: arduino/setup-task@v2
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Package
run: |
task package:debian-amd64
Expand Down

0 comments on commit 76cfc6f

Please sign in to comment.