Skip to content

Commit f9ec843

Browse files
committed
chore: try with ncipollo/release-action@v1
1 parent 1c14c80 commit f9ec843

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release-binaries.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,9 @@ jobs:
8282
with:
8383
path: artifacts
8484

85-
- name: Upload to latest release
86-
uses: softprops/action-gh-release@v2
85+
- uses: ncipollo/release-action@v1
8786
with:
88-
files: artifacts/**
89-
overwrite: true
90-
env:
91-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87+
tag: latest
88+
removeArtifacts: true
89+
allowUpdates: true
90+
artifacts: artifacts/**

0 commit comments

Comments
 (0)