Skip to content

Commit 773fd00

Browse files
committed
build: update package asset name
1 parent 22763f6 commit 773fd00

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: pnpm/action-setup@v2
2727
with:
28-
node-version: "18.x"
28+
# node-version: "18.x"
2929
run_install: |
3030
- recursive: true
3131
args: [--frozen-lockfile, --strict-peer-dependencies]

release.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,12 @@ module.exports = {
7777
[
7878
"@semantic-release/github",
7979
{
80-
assets: ["*.tgz"],
80+
assets: [
81+
{
82+
path: "*.tgz",
83+
name: "simple-scaffold.tgz",
84+
},
85+
],
8186
},
8287
],
8388
],

0 commit comments

Comments
 (0)