Skip to content

Commit

Permalink
Fixes issue with version patching
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jul 23, 2024
1 parent 824cbd0 commit 6de5db0
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 @@ -45,7 +45,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.replace('v', '') }})."
body: "Release ${{ steps.version.outputs.tag }}. Check it out on [NPM ➡️](https://www.npmjs.com/package/@fileforge/pdfreader/v/${{ steps.version.outputs.tag }})."
- run: npm publish --access public
working-directory: .
env:
Expand Down

0 comments on commit 6de5db0

Please sign in to comment.