Skip to content

Merge pull request #56 from cloudbeds/feat/add-claude-md #20

Merge pull request #56 from cloudbeds/feat/add-claude-md

Merge pull request #56 from cloudbeds/feat/add-claude-md #20

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 GitHub Packages 🚀
runs-on: ubuntu-latest
needs: lint-test-build
permissions:
id-token: write
contents: write
packages: write
steps:
- name: Semantic Release
uses: cloudbeds/webpack-module-federation-types-plugin/.github/actions/semantic-release@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}