chore(workflows): caching one build for Amplify-Package instead of on… #91
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
name: Build, Test and Release | Unstable version | ||
on: | ||
push: | ||
branches: | ||
main | ||
permissions: | ||
id-token: write | ||
contents: write | ||
actions: write | ||
jobs: | ||
release-unstable: | ||
uses: ./.github/workflows/deploy_package.yml | ||
Check failure on line 14 in .github/workflows/deploy_unstable.yml GitHub Actions / .github/workflows/deploy_unstable.ymlInvalid workflow file
|
||
with: | ||
type: unstable | ||
secrets: inherit |