Skip to content

Commit 6d76655

Browse files
committed
chore: esbuild publishing
1 parent 281e944 commit 6d76655

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publishing.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@ jobs:
166166
token: ${{ secrets.NPM_TOKEN }}
167167
access: public
168168
package: ./app-config-vite/package.json
169+
- name: app-config-esbuild
170+
uses: JS-DevTools/npm-publish@v1
171+
with:
172+
token: ${{ secrets.NPM_TOKEN }}
173+
access: public
174+
package: ./app-config-esbuild/package.json
169175
- name: lcdev-app-config-inject
170176
uses: JS-DevTools/npm-publish@v1
171177
with:

0 commit comments

Comments
 (0)