Skip to content

Merge pull request #120 from Service-Soft/update-angular-libraries fixed pipeline #22

Merge pull request #120 from Service-Soft/update-angular-libraries fixed pipeline

Merge pull request #120 from Service-Soft/update-angular-libraries fixed pipeline #22

Workflow file for this run

name: CD
on:
pull_request:
types: [closed]
branches: [release]
permissions:
id-token: write
contents: read
jobs:
deploy:
if: github.event.pull_request.merged
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: release
- uses: actions/setup-node@v4
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
# Ensure npm 11.5.1 or later is installed
- run: npm install -g npm@latest
- run: npm i
- run: npm run build
- run: npm publish