build: update package link

This commit is contained in:
Chen Asraf
2023-05-11 23:26:59 +03:00
parent dac5527173
commit a54b1f9fa7
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- run: pnpm build
- run: cd ./dist && pnpm pack --filename=../package.tgz
- run: cd ./dist && pnpm pack --pack-destination=../
- run: pnpm semantic-release
if: "!contains(github.event.head_commit.message, '[skip publish]')"
env: