Skip to content

test: improve testing configurations and add tests #146

test: improve testing configurations and add tests

test: improve testing configurations and add tests #146

Workflow file for this run

# This workflow releases the current package to a dedicated private CodeArtifact repository.
# One repository may publish more than one package. For more details refer to the release-package Action.
name: Release
on:
repository_dispatch:
types: [run-release]
push:
branches:
- main
- "dev-v3-*"
permissions:
id-token: write
contents: read
jobs:
release:
uses: cloudscape-design/actions/.github/workflows/release.yml@main
secrets: inherit
with:
publish-packages: lib/components,lib/components-themeable