Skip to content

Commit

Permalink
fix(ci): convco local path to binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-style committed Mar 31, 2024
1 parent 7e2e055 commit f2b35d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
curl -sSfL https://github.com/convco/convco/releases/latest/download/convco-ubuntu.zip | zcat > convco
chmod +x convco
./convco changelog v$(convco version) -m 1 > ${{ github.workspace }}-CHANGELOG.txt
./convco changelog v$(./convco version) -m 1 > ${{ github.workspace }}-CHANGELOG.txt
rm convco
- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit f2b35d4

Please sign in to comment.