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 22763f6 commit 773fd00Copy full SHA for 773fd00
2 files changed
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v3
26
- uses: pnpm/action-setup@v2
27
with:
28
- node-version: "18.x"
+ # node-version: "18.x"
29
run_install: |
30
- recursive: true
31
args: [--frozen-lockfile, --strict-peer-dependencies]
release.config.js
@@ -77,7 +77,12 @@ module.exports = {
77
[
78
"@semantic-release/github",
79
{
80
- assets: ["*.tgz"],
+ assets: [
81
+ {
82
+ path: "*.tgz",
83
+ name: "simple-scaffold.tgz",
84
+ },
85
+ ],
86
},
87
],
88
0 commit comments