Skip to content

Commit e413812

Browse files
committed
include --tag flag on publish
Signed-off-by: Brian DeHamer <[email protected]>
1 parent 31b0729 commit e413812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-with-provenance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
npm install -g npm@${{ github.event.inputs.cli_version }}
4040
npm install
41-
npm publish --provenance --access public
41+
npm publish --provenance --access public --tag latest
4242
- uses: actions/upload-artifact@v3
4343
with:
4444
name: package.tgz

0 commit comments

Comments
 (0)