We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac5527 commit a54b1f9Copy full SHA for a54b1f9
2 files changed
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
- recursive: true
31
args: [--frozen-lockfile, --strict-peer-dependencies]
32
- run: pnpm build
33
- - run: cd ./dist && pnpm pack --filename=../package.tgz
+ - run: cd ./dist && pnpm pack --pack-destination=../
34
- run: pnpm semantic-release
35
if: "!contains(github.event.head_commit.message, '[skip publish]')"
36
env:
release.config.js
@@ -77,7 +77,7 @@ module.exports = {
77
[
78
"@semantic-release/github",
79
{
80
- assets: ["package.tgz"],
+ assets: ["*.tgz"],
81
},
82
],
83
0 commit comments