Skip to content

Commit 852e5af

Browse files
committed
chore: app-config-exec ci publishing
1 parent 559620a commit 852e5af

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/publishing.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,19 @@ jobs:
8484
token: ${{ secrets.NPM_TOKEN }}
8585
access: public
8686
package: ./app-config-vault/package.json
87+
88+
app-config-exec:
89+
runs-on: ubuntu-latest
90+
91+
steps:
92+
- uses: actions/checkout@v2
93+
- uses: actions/setup-node@v1
94+
with:
95+
node-version: 14.x
96+
- run: yarn install
97+
- run: yarn build
98+
- uses: JS-DevTools/npm-publish@v1
99+
with:
100+
token: ${{ secrets.NPM_TOKEN }}
101+
access: public
102+
package: ./app-config-exec/package.json

0 commit comments

Comments
 (0)