Skip to content

chore(ci): Manually update semver #4

chore(ci): Manually update semver

chore(ci): Manually update semver #4

Workflow file for this run

# name: Semantic Versioner
#
#on:
# push:
# branches:
# - main
#
#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:
# github_token: ${{ secrets.GITHUB_TOKEN }}