build(deps): define mui/base version (#513) #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
name: CD Next Release | ||
on: | ||
push: | ||
branches: | ||
- next | ||
permissions: | ||
packages: write | ||
contents: write | ||
issues: write | ||
id-token: write | ||
actions: read | ||
jobs: | ||
deploy: | ||
name: Deploy on CDN | ||
uses: ./.github/workflows/deploy_on_cdn.yml | ||
Check failure on line 21 in .github/workflows/cd_next.yml GitHub Actions / CD Next ReleaseInvalid workflow file
|
||
with: | ||
environment: 'dev' | ||
secrets: inherit |