Skip to content

Merge branch 'master' of github.com:mhsp/seppmail-converter #8

Merge branch 'master' of github.com:mhsp/seppmail-converter

Merge branch 'master' of github.com:mhsp/seppmail-converter #8

Workflow file for this run

name: Semantic Release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- name: Install poetry
run: pip install poetry
- uses: psf/black@stable
src: "./seppmail_converter"

Check failure on line 25 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Semantic Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 25, Col: 9): Unexpected value 'src'
- uses: bjoluc/semantic-release-config-poetry@v2
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
release_branch: master