Skip to content

Commit

Permalink
Removes v from npm link
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jul 23, 2024
1 parent 8fb2f35 commit 218a152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: ncipollo/release-action@v1
with:
tag: ${{ steps.version.outputs.tag }}
body: "Release ${{ steps.version.outputs.tag }}. Check it out on [NPM ➡️](https://www.npmjs.com/package/@fileforge/pdfreader/v/${{ steps.version.outputs.tag }})."
body: "Release ${{ steps.version.outputs.tag }}. Check it out on [NPM ➡️](https://www.npmjs.com/package/@fileforge/pdfreader/v/${{ steps.version.outputs.tag.replace('v', '') }})."
- run: npm publish --access public
working-directory: .
env:
Expand Down

0 comments on commit 218a152

Please sign in to comment.