Skip to content

Commit a9e16d0

Browse files
committed
Revert "fix(dxt): Attempt to fix outdated version numbers on published DXT files"
This reverts commit 2c3cb5c.
1 parent 92e491e commit a9e16d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-publish-and-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
- name: Build
2929
run: npm run build
3030

31+
- name: Build DXT
32+
run: npm run build:dxt
33+
3134
- name: Semantic Release
3235
env:
3336
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3437
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3538
run: npx semantic-release
36-
37-
- name: Build DXT
38-
run: npm run build:dxt

0 commit comments

Comments
 (0)