Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
snaka committed Sep 19, 2024
1 parent 7b17f2c commit 9e0cb1e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/run_tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: snaka/tagpr@debug-20240919-1613
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
version: "debug-20240919-1613"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
go-version: '1.21'
- run: go install github.com/snaka/tagpr/cmd/tagpr@debug-20240919-1613
- run: tagpr -v

0 comments on commit 9e0cb1e

Please sign in to comment.