Skip to content

Commit a54b1f9

Browse files
committed
build: update package link
1 parent dac5527 commit a54b1f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- recursive: true
3131
args: [--frozen-lockfile, --strict-peer-dependencies]
3232
- run: pnpm build
33-
- run: cd ./dist && pnpm pack --filename=../package.tgz
33+
- run: cd ./dist && pnpm pack --pack-destination=../
3434
- run: pnpm semantic-release
3535
if: "!contains(github.event.head_commit.message, '[skip publish]')"
3636
env:

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = {
7777
[
7878
"@semantic-release/github",
7979
{
80-
assets: ["package.tgz"],
80+
assets: ["*.tgz"],
8181
},
8282
],
8383
],

0 commit comments

Comments
 (0)