Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nothinux committed Aug 26, 2023
1 parent bc0a597 commit ebea418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: release
permissions:
contents: write
on:
push:
tags:
Expand All @@ -25,7 +27,6 @@ jobs:
id: release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.TAP_TOKEN }}
body_path: notes-${{ github.ref_name }}.md
build-release:
name: build-release
Expand Down Expand Up @@ -77,7 +78,6 @@ jobs:
- name: Upload release archive
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.TAP_TOKEN }}
files: |
${{ env.ASSET }}
homebrew-releaser:
Expand Down

0 comments on commit ebea418

Please sign in to comment.