Skip to content

fix: Token

fix: Token #21

Workflow file for this run

name: Release
on:
push:
branches:
- main
- rc
- beta
- alpha
permissions:
contents: write
jobs:
release:

Check failure on line 15 in .github/workflows/_release-ci.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/_release-ci.yml (Line: 15, Col: 3): The workflow must contain at least one job with no dependencies.
needs: get-version
if: ${{ needs.get-version.outputs.will-release }}
uses: lenra-io/github-actions/.github/workflows/release.yml@main
with:
prerelease-branches: rc,beta,alpha