Skip to content

Commit

Permalink
Merge pull request #174 from masutaka/fix-goreleaser-yaml-part3
Browse files Browse the repository at this point in the history
Fix .goreleaser.yaml part3
  • Loading branch information
masutaka authored Jul 2, 2024
2 parents bb0e553 + d01e33b commit af1167d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
needs: tagpr
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -61,8 +59,7 @@ jobs:
- name: Release
run: make release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
pushover:
name: pushover if failure
if: failure()
Expand Down

0 comments on commit af1167d

Please sign in to comment.