Update release.yml

This commit is contained in:
Max Desiatov 2020-11-09 14:36:15 +00:00 committed by GitHub
parent abfaeb9a25
commit 90d072a889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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
@ -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 }}