Skip to content

Commit

Permalink
test cicd;
Browse files Browse the repository at this point in the history
  • Loading branch information
ricki-epsilla committed Dec 4, 2023
1 parent c9959bc commit 8cf4c0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.PAT_TOKEN }}
tag_prefix: ""
tag_prefix: "v"
custom_tag: ${{ steps.package_version.outputs.VERSION }}
dry_run: false

- name: Publish to npm
run: npm publish
Expand Down

0 comments on commit 8cf4c0d

Please sign in to comment.