We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec466e3 commit c28249aCopy full SHA for c28249a
.github/workflows/upload.yml
@@ -49,17 +49,3 @@ jobs:
49
token: ${{ secrets.PAT }}
50
archive: $bin-cli_$tag_$target
51
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