Skip to content

Commit

Permalink
chore: test brew
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Nov 10, 2024
1 parent 913f7bb commit 443fd3b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/brew.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "experiment"
on:
push:
workflow_dispatch:

permissions:
contents: read

jobs:
release:
runs-on: ubuntu-latest

steps:
- name: brew
run: |
brew bump-formula-pr -n --no-audit \
--url=https://registry.npmjs.org/action-docs/-/action-docs-2.5.0.tgz \
--sha256=109170e521e4096b571932a6c0af640db48d1d82c3023488c70f0c909787792e \
action-docs

0 comments on commit 443fd3b

Please sign in to comment.