Skip to content

Commit

Permalink
Updates the download url to the correct format
Browse files Browse the repository at this point in the history
  • Loading branch information
polpielladev committed Apr 5, 2023
1 parent 1404d90 commit 8bab586
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Compress archive
run: tar -czf ${{ github.ref_name }}.tar.gz -C .build/apple/Products/Release chatty
- name: Release
id: create-release
uses: softprops/action-gh-release@v1
with:
files: ${{ github.ref_name }}.tar.gz
Expand All @@ -25,5 +26,6 @@ jobs:
formula-name: chatty-cli
homebrew-tap: polpielladev/homebrew-tap
base-branch: main
download-url: ${{ fromJSON(steps.create-release.outputs.assets)[0].browser_download_url }}
env:
COMMITTER_TOKEN: ${{ secrets.CHATTY_COMMITTER_TOKEN }}

0 comments on commit 8bab586

Please sign in to comment.