Skip to content

Commit

Permalink
include --tag flag on publish
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <[email protected]>
  • Loading branch information
bdehamer committed Dec 19, 2024
1 parent 31b0729 commit dc42fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-with-provenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
npm install -g npm@${{ github.event.inputs.cli_version }}
npm install
npm publish --provenance --access public
npm publish --provenance --access public --tag 1.0.0-${GITHUB_RUN_ID}.${GITHUB_RUN_ATTEMPT}
- uses: actions/upload-artifact@v3
with:
name: package.tgz
Expand Down

0 comments on commit dc42fbe

Please sign in to comment.