We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b0729 commit e413812Copy full SHA for e413812
.github/workflows/publish-with-provenance.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
npm install -g npm@${{ github.event.inputs.cli_version }}
40
npm install
41
- npm publish --provenance --access public
+ npm publish --provenance --access public --tag latest
42
- uses: actions/upload-artifact@v3
43
with:
44
name: package.tgz
0 commit comments