Skip to content

Commit

Permalink
ci(release): use sha as ref for homebrew notify (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian authored Jan 14, 2023
1 parent 8ce8eef commit 7f9d578
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ jobs:
- name: release version
run: |
echo "RELEASE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: notify homebrew with new release
uses: benc-uk/workflow-dispatch@v121
- name: notify homebrew with a new release
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ secrets.GORELEASER_ACCESS_TOKEN }}
repo: akash-network/homebrew-tap
ref: ${{ github.sha }}
workflow: provider-services
inputs: '{"tag": "${{ env.RELEASE_TAG }}"}'

0 comments on commit 7f9d578

Please sign in to comment.