File tree Expand file tree Collapse file tree 4 files changed +10
-69
lines changed
Expand file tree Collapse file tree 4 files changed +10
-69
lines changed Original file line number Diff line number Diff line change 4343 - name : Get the version
4444 id : get_version
4545 run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
46- - name : Publish Brew formula
47- env :
48- PUBLISHED_VERSION : ${{ steps.get_version.outputs.VERSION }}
49- run : bash publish-brew-formula.sh # installs the latest published version and generates formula
46+ - name : Trigger brew formula generation
47+ uses : peter-evans/repository-dispatch@v1
48+ with :
49+ token : ${{ secrets.BREW_GH_TOKEN }}
50+ event-type : socli-released
Original file line number Diff line number Diff line change 11SoCLI Changelog
22================
33
4+ Release 6.8
5+ ---------------------------
6+ * Moved brew formula generation to formula repo
7+
48Release 6.7
59---------------------------
610* No change, just dummy build to retry brew publish
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- __version__ = '6.7 '
1+ __version__ = '6.8 '
You can’t perform that action at this time.
0 commit comments