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 1059752 commit 1168c03Copy full SHA for 1168c03
.github/workflows/deploy.yml
@@ -177,10 +177,4 @@ jobs:
177
- name: Release to Github
178
env:
179
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
180
- run: npx changelogithub
181
- - name: Upload binaries to release
182
- uses: softprops/action-gh-release@v2
183
- with:
184
- files: binaries/*.tar.gz
185
- env:
186
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: npx changelogithub --assets binaries/*.tar.gz
0 commit comments