Skip to content

Commit e210e79

Browse files
committed
fix: semantic release tagging
1 parent 5396aed commit e210e79

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/cicd.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ jobs:
121121
- name: Install dependencies
122122
run: bun install
123123

124-
- name: Run build
125-
run: bun run build
126-
127124
- name: release
128125
env:
129126
GITHUB_TOKEN: ${{ secrets.CUSTOM_GH_TOKEN }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
[
8888
"@semantic-release/npm",
8989
{
90+
"npmPublish": true,
9091
"pkgRoot": "dist"
9192
}
9293
],

0 commit comments

Comments
 (0)