Skip to content

docs: remove table of contents from README #10

docs: remove table of contents from README

docs: remove table of contents from README #10

Workflow file for this run

name: Release and Publish
on:
push:
branches: main
jobs:
lint-test-build:
name: Validate
uses: ./.github/workflows/on-call-lint-test-build.yml
secrets: inherit
with:
shouldUploadArtifact: true
release:
name: Publish to NPM 🚀
runs-on: ubuntu-latest
needs: lint-test-build
permissions:
id-token: write
contents: write
steps:
- name: Semantic Release
uses: cloudbeds/webpack-module-federation-types-plugin/.github/actions/semantic-release@main
with:
publishToNpm: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}