Skip to content

Semantic Release

Semantic Release #45

Workflow file for this run

name: Semantic Release
on:
workflow_run:
workflows:
- Pylint
- PyTest
branches:
- main
types:
- completed
jobs:
release:
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
# This might need to be changed to the E4E Releaser PAT
github_token: ${{ secrets.RELEASER }}