debug skip-test no explicit permissions #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 to dev branch | ||
on: | ||
push: | ||
branches: | ||
- 'dev-v3-*' | ||
jobs: | ||
release: | ||
Check failure on line 11 in .github/workflows/release-dev.yml GitHub Actions / Release to dev branchInvalid workflow file
|
||
uses: cloudscape-design/actions/.github/workflows/release.yml@main | ||
secrets: inherit | ||
with: | ||
skip-test: true |