Skip to content

Commit c28249a

Browse files
committed
[Chore] remove release-formula job
1 parent ec466e3 commit c28249a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/upload.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,3 @@ jobs:
4949
token: ${{ secrets.PAT }}
5050
archive: $bin-cli_$tag_$target
5151

52-
release-formula:
53-
needs: upload-assets
54-
runs-on: ubuntu-latest
55-
steps:
56-
- name: Checkout the repository
57-
uses: actions/checkout@v5
58-
59-
- name: Update codesnap formula
60-
uses: peter-evans/repository-dispatch@v3
61-
with:
62-
token: ${{ secrets.FORMULA_RELEASE }}
63-
repository: mistricky/homebrew-tap
64-
event-type: release
65-
client-payload: '{"version": "${{ github.event.release.tag_name }}", "formula_name": "codesnap", "formula_desc": "Pure Rust tool to generate beautiful code snapshots"}'

0 commit comments

Comments
 (0)