Skip to content

Update release_conda.yml #44

Update release_conda.yml

Update release_conda.yml #44

Workflow file for this run

name: Release Conda
on:
push:
branches: [conda_cd]
release:
types: [published]
workflow_dispatch:
jobs:
condapublish:
runs-on: ubuntu-22.04
permissions:
id-token: write
contents: write
deployments: write
statuses: write
actions: write
checks: read
build:
uses: openalea/action-build-publish-anaconda/.github/conda/meta.yaml

Check failure on line 22 in .github/workflows/release_conda.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release_conda.yml

Invalid workflow file

invalid value workflow reference: no version specified
secrets:
anaconda_token: ${{ secrets.ANACONDA_TOKEN }}