Skip to content

Commit

Permalink
Merge pull request #3 from egovernments/jagankumar-egov-patch-1
Browse files Browse the repository at this point in the history
Create publishAllPackages.yml
  • Loading branch information
jagankumar-egov authored Sep 24, 2023
2 parents 55f1562 + a3e6f32 commit b364c2c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/publishAllPackages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Node.js Publish UI Packages

on:
push:
branches: [ 'develop' ]
paths:
- 'micro-ui/web/micro-ui-internals/**'

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: cd micro-ui/web/micro-ui-internals/ && bash ./publish-workbench.sh
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit b364c2c

Please sign in to comment.