Skip to content

Commit

Permalink
Add publish file
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothrallapalli-eGov committed Sep 17, 2024
1 parent ef835a1 commit 9563212
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/publishAllPackages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Node.js Publish UI Packages

on:
push:

branches: [ 'tqm-latest' ]

paths:
- 'frontend/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.20.0
registry-url: https://registry.npmjs.org
- run: cd frontend/micro-ui/web/micro-ui-internals/ && bash ./publish-beta.sh
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 9563212

Please sign in to comment.