Skip to content

Commit e873cff

Browse files
committed
fix: remove DXT build and pack steps from release workflow
1 parent b16e92f commit e873cff

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ jobs:
4646
- name: Build
4747
run: pnpm run build
4848

49-
- name: Build DXT package
50-
run: pnpm run dxt:build
51-
52-
- name: Pack DXT
53-
run: pnpm run dxt:pack
54-
5549
- name: Release
5650
env:
5751
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[
99
"@semantic-release/exec",
1010
{
11-
"prepareCmd": "node scripts/sync-manifest-version.js"
11+
"prepareCmd": "node scripts/sync-manifest-version.js && pnpm run dxt:build && pnpm run dxt:pack"
1212
}
1313
],
1414
[

0 commit comments

Comments
 (0)