Skip to content

Commit

Permalink
fix install tagpr
Browse files Browse the repository at this point in the history
  • Loading branch information
snaka committed Sep 19, 2024
1 parent 7cf9450 commit 5453427
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/run_tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,8 @@ jobs:
contents: write
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v3
- uses: snaka/tagpr@debug-20240919-1554
with:
go-version: "1.21"
- name: Install tagpr
run: go install github.com/snaka/tagpr@debug-20240919
- name: Run tagpr
run: tagpr
version: "debug-20240919-1554"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5453427

Please sign in to comment.