Skip to content

chore: bump postcss from 8.4.24 to 8.4.31 (#32) #44

chore: bump postcss from 8.4.24 to 8.4.31 (#32)

chore: bump postcss from 8.4.24 to 8.4.31 (#32) #44

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:
push:
branches:
- main
- 'dev-v3-*'
permissions:
id-token: write
contents: read
jobs:
release:
uses: cloudscape-design/.github/.github/workflows/release.yml@main
secrets: inherit