Skip to content

chore: bump @babel/traverse from 7.22.5 to 7.23.2 (#34) #46

chore: bump @babel/traverse from 7.22.5 to 7.23.2 (#34)

chore: bump @babel/traverse from 7.22.5 to 7.23.2 (#34) #46

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/actions/.github/workflows/release.yml@main
secrets: inherit