Skip to content

πŸš€ chore: add GitHub Actions workflow for releases #2

πŸš€ chore: add GitHub Actions workflow for releases

πŸš€ chore: add GitHub Actions workflow for releases #2

Workflow file for this run

name: πŸš€ Release
on:
push:
tags:
- "release"
- "prerelease"
jobs:
call-python-release:
permissions:
contents: write
uses: thealtoclef/modular-automations/.github/workflows/python-release.yaml@main

Check failure on line 13 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / πŸš€ Release

Invalid workflow file

The workflow is not valid. In .github/workflows/release.yaml (Line: 13, Col: 11): Error from called workflow thealtoclef/modular-automations/.github/workflows/python-release.yaml@main (Line: 59, Col: 19): Unrecognized named-value: 'prerelease'. Located at position 1 within expression: prerelease && '0rc' || ''
with:
prerelease: ${{ github.ref_name == 'prerelease' }}
publish: true