Skip to content

Update cd_next.yml

Update cd_next.yml #9

Workflow file for this run

name: CD Next Release
on:
push:
branches:
- next
permissions:
packages: write
contents: write
issues: write
id-token: write
actions: read
jobs:
release:
name: Create a New Release
runs-on: ubuntu-latest
steps:
- name: Make Release
id: release
uses: pagopa/github-actions-template/node-release@v1.13.1
with:
semver: buildNumber
github_token: ${{ secrets.BOT_TOKEN_GITHUB }}
skip_ci: false
prerelease: true
deploy:
needs:
- release
name: Deploy on CDN
uses: ./.github/workflows/deploy_on_cdn.yml

Check failure on line 36 in .github/workflows/cd_next.yml

View workflow run for this annotation

GitHub Actions / CD Next Release

Invalid workflow file

The workflow is not valid. In .github/workflows/cd_next.yml (Line: 36, Col: 11): Error from called workflow pagopa/pagopa-selfcare-frontend/.github/workflows/deploy_on_cdn.yml@a5d392af0afa8a39258dcca442fe9f30b6a87461 (Line: 17, Col: 3): The workflow must contain at least one job with no dependencies.
with:
environment: 'dev'
secrets: inherit