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 197e5f9 commit 809d308Copy full SHA for 809d308
.github/workflows/binary-build.yml
@@ -65,7 +65,7 @@ jobs:
65
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
run: |
67
VERSION="${{ steps.get_version.outputs.version }}"
68
- gh release upload v$VERSION packages/cli/build/git-intent-$VERSION-darwin-amd64.tar.gz
+ gh release upload git-intent@$VERSION packages/cli/build/git-intent-$VERSION-darwin-amd64.tar.gz
69
70
- name: Trigger Homebrew Update
71
uses: peter-evans/repository-dispatch@v3
0 commit comments