Skip to content

Commit

Permalink
Fix tag action
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp authored Nov 21, 2024
1 parent 37383a4 commit 5c75177
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
check-latest: true
cache-dependency-path: "**/*.sum"

- name: Download Go dependencies
run: cd tools/ && go run github.com/go-task/task/v3/cmd/task install-deps && echo "~/go/bin" >> $GITHUB_PATH
- name: Install Task
uses: arduino/setup-task@v2
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Run tagging commands
id: tag
Expand Down

0 comments on commit 5c75177

Please sign in to comment.