Skip to content

Commit

Permalink
fix(ci): add delete prepare command on Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Apr 30, 2023
1 parent df71a3b commit 18e6178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: technote-space/release-github-actions@v8.0.3
with:
BRANCH_NAME: releases/${MAJOR}
BUILD_COMMAND: npm ci --ignore-scripts && npm run build
BUILD_COMMAND: npm ci --ignore-scripts && npm run build && npm pkg delete scripts.prepare
CLEAN_TARGETS: .[!.]*,test,coverage,node_modules,src,*.js,*.ts,*.json,*.lock,_config.yml
COMMIT_MESSAGE: 'build: release ${{ github.event.release.tag_name }} via ${{ github.sha }}'

0 comments on commit 18e6178

Please # to comment.