Skip to content

Commit

Permalink
fix: removing build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Aug 8, 2023
1 parent 21079e9 commit 2fc6d27
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
with:
node-version: 18
- run: npm ci --force
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config = {
[
"@semantic-release/git",
{
assets: ["dist/*.js", "dist/*.js.map"],
assets: ["release/*.js", "release/*.js.map"],
message:
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
},
Expand Down
1 change: 1 addition & 0 deletions release/release.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
All release infos.

0 comments on commit 2fc6d27

Please sign in to comment.