Skip to content

Commit 1845ce1

Browse files
gh release
1 parent 34e269e commit 1845ce1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-5.x.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
${{ env.PACKAGE_FILE }}
5353
${{ env.PACKAGE_FILE }}.sig
5454
retention-days: 3
55+
- if: ${{ steps.release.outputs.release_created }}
56+
name: "Upload release artifacts"
57+
run: gh release upload ${{ github.ref_name }} ${{ env.PACKAGE_FILE }} ${{ env.PACKAGE_FILE }}.sig
5558
- if: ${{ steps.release.outputs.release_created }}
5659
run: npm publish --provenance --tag=5x
5760
env:

0 commit comments

Comments
 (0)