Skip to content

Commit 1168c03

Browse files
committed
chore: fix deploy
1 parent 1059752 commit 1168c03

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,4 @@ jobs:
177177
- name: Release to Github
178178
env:
179179
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 }}
180+
run: npx changelogithub --assets binaries/*.tar.gz

0 commit comments

Comments
 (0)