From 218a152b856a0f8db5d4e50e58d7de74e7307b46 Mon Sep 17 00:00:00 2001 From: Titouan Launay Date: Tue, 23 Jul 2024 11:58:07 +0200 Subject: [PATCH] Removes v from npm link --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ade62be..e56b595 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: