Skip to content

Commit e78577d

Browse files
committed
GHA: Release: Uses ncipollo/release-action instead
1 parent aa25741 commit e78577d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ jobs:
4848
Pair: ${{ env.PAIR }}
4949
- name: Compress
5050
run: gzip -v *.${{ matrix.format }}
51-
- name: Release
52-
uses: softprops/action-gh-release@v1
53-
if: startsWith(github.ref, 'refs/tags/')
51+
- uses: ncipollo/release-action@v1
5452
with:
55-
files: |
53+
allowUpdates: true
54+
artifacts: |
5655
*.${{ matrix.format }}.gz
57-
env:
58-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56+
replacesArtifacts: true
57+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)