Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov authored Nov 9, 2020
1 parent abfaeb9 commit 90d072a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
tap: swiftwasm/homebrew-tap
formula: carton.rb
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT }}
bottle:
name: Build and distribute Homebrew bottle for macOS Catalina
runs-on: macos-10.15
Expand All @@ -43,7 +43,7 @@ jobs:
tap: swiftwasm/homebrew-tap
formula: carton.rb
message: |
Add bottle for hello ${{ github.event.release.tag_name }}
Add bottle for carton ${{ github.event.release.tag_name }}
on macOS Catalina
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT }}

0 comments on commit 90d072a

Please sign in to comment.