Skip to content

chore: Change action branch to test/use-build-repository #4952

chore: Change action branch to test/use-build-repository

chore: Change action branch to test/use-build-repository #4952

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@test/use-build-repository
secrets: inherit
with:
skip-test: true