Skip to content

Commit 272996c

Browse files
committed
fix: remove default-extensions entirely
1 parent b9f68af commit 272996c

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
./app-config-config/coverage/coverage-final.json,
4848
./app-config-core/coverage/coverage-final.json,
4949
./app-config-cypress/coverage/coverage-final.json,
50-
./app-config-default-extensions/coverage/coverage-final.json,
5150
./app-config-encryption/coverage/coverage-final.json,
5251
./app-config-exec/coverage/coverage-final.json,
5352
./app-config-extension-utils/coverage/coverage-final.json,

.github/workflows/publishing.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ jobs:
4444
access: public
4545
package: ./app-config-electron/package.json
4646
tag: next
47-
- name: app-config-default-extensions
48-
uses: JS-DevTools/npm-publish@v1
49-
with:
50-
token: ${{ secrets.NPM_TOKEN }}
51-
access: public
52-
package: ./app-config-default-extensions/package.json
53-
tag: next
5447
- name: app-config-encryption
5548
uses: JS-DevTools/npm-publish@v1
5649
with:

0 commit comments

Comments
 (0)