Skip to content

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@env-var

Check failure on line 17 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "cloudscape-design/actions/.github/workflows/release.yml@env-var" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets: inherit
with:
publish-packages: lib