Skip to content

Commit

Permalink
Update nightly-master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh authored Nov 17, 2023
1 parent f1bd559 commit e65fc8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
prepare:
name: Prepare
uses: ./.github/workflows/_prepare.yml
with:
os: macos-11
secrets:
TAP_REPO_TOKEN: ${{ secrets.TAP_REPO_TOKEN }}

Expand Down Expand Up @@ -40,6 +42,7 @@ jobs:
needs: [build]
uses: ./.github/workflows/_release.yml
with:
os: macos-11
plan_artifact: build-plan
dmg_artifact: dmg
secrets:
Expand Down

0 comments on commit e65fc8f

Please sign in to comment.