diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 761cf4f..053478d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - node-version: "18.x" + # node-version: "18.x" run_install: | - recursive: true args: [--frozen-lockfile, --strict-peer-dependencies] diff --git a/release.config.js b/release.config.js index a7ccd92..e90a0c6 100644 --- a/release.config.js +++ b/release.config.js @@ -77,7 +77,12 @@ module.exports = { [ "@semantic-release/github", { - assets: ["*.tgz"], + assets: [ + { + path: "*.tgz", + name: "simple-scaffold.tgz", + }, + ], }, ], ],