Skip to content

Commit

Permalink
switched to using GitHub Packages for storing bottles
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Mar 1, 2024
1 parent 2234306 commit 51152b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
permissions:
actions: read
contents: write
permissions: write-all
pull-requests: write

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- run: brew test-bot --only-tap-syntax

- run: brew test-bot --only-formulae --verbose
- run: brew test-bot --only-formulae --verbose --root-url=https://ghcr.io/v2/macaulay2/tap
if: github.event_name == 'pull_request'

- name: Upload bottles as artifact
Expand Down

0 comments on commit 51152b5

Please sign in to comment.