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 34e269e commit 1845ce1Copy full SHA for 1845ce1
.github/workflows/release-5.x.yml
@@ -52,6 +52,9 @@ jobs:
52
${{ env.PACKAGE_FILE }}
53
${{ env.PACKAGE_FILE }}.sig
54
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
58
- if: ${{ steps.release.outputs.release_created }}
59
run: npm publish --provenance --tag=5x
60
env:
0 commit comments