Skip to content

feat: integrate EDS semantic color tokens (#74) #9

feat: integrate EDS semantic color tokens (#74)

feat: integrate EDS semantic color tokens (#74) #9

name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
outputs:
releases_created: ${{ steps.release.outputs.releases_created }}
tag_name: ${{ steps.release.outputs['packages/components--tag_name'] }}
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
# Use GITHUB_TOKEN for simpler setup, or use a PAT for workflows that trigger other workflows
token: ${{ secrets.GITHUB_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json