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 ee68d27 commit 11c1e64Copy full SHA for 11c1e64
.github/workflows/goreleaser.yml
@@ -61,16 +61,15 @@ jobs:
61
62
- name: Prepare Homebrew formula
63
run: |
64
- ref=${{ github.ref }}
65
- tag=${ref#refs/tags/}
66
cp ./dist/homebrew/Formula/snmcp.rb homebrew-streamnative/Formula/snmcp.rb
67
68
- name: Create Homebrew PR
69
uses: peter-evans/create-pull-request@v3
70
with:
71
token: ${{ secrets.SNBOT_GITHUB_TOKEN }}
72
path: homebrew-streamnative
73
- branch: snmcp/${{ env.tag }}
+ branch: snmcp/release
+ branch-suffix: short-commit-hash
74
title: Update snmcp to ${{ env.tag }}
75
body: Automated changes by Release workflow in streamnative/streamnative-mcp-server repository.
76
delete-branch: true
0 commit comments