Skip to content

Commit

Permalink
Add wiiu-cemu to github_prerelease_allowlist (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Oct 2, 2023
1 parent efaa8d9 commit ea2e94a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ jobs:
git config --global user.name "pavelzw-bot"
- name: brew bump-${{ matrix.type }}-pr ${{ matrix.name }}
if: steps.livecheck.outputs.outdated == 'true'
run: |
brew bump-${{ matrix.type }}-pr pavelzw/pavelzw/${{ matrix.name }} --version=${{ steps.livecheck.outputs.new-version }} --no-browse
run: >-
brew bump-${{ matrix.type }}-pr
pavelzw/pavelzw/${{ matrix.name }}
--version=${{ steps.livecheck.outputs.new-version }}
--no-browse
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
3 changes: 3 additions & 0 deletions audit_exceptions/github_prerelease_allowlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"wiiu-cemu": "all"
}

0 comments on commit ea2e94a

Please sign in to comment.