Skip to content

feat: consuming remotes #6 (#24) #28

feat: consuming remotes #6 (#24)

feat: consuming remotes #6 (#24) #28

Workflow file for this run

name: CI Build and Release
on:
push:
branches:
- main
jobs:
build-and-release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: 'Setting up node'
uses: actions/setup-node@v3
with:
node-version: 18.x
registry-url: 'https://registry.npmjs.org'
- run: npm install --frozen-lockfile
- run: npm run build --workspaces --if-present
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
cd packages/rollup-plugin-module-federation && npx semantic-release