Skip to content

ci: version bump to version 0.7.0 #49

ci: version bump to version 0.7.0

ci: version bump to version 0.7.0 #49

name: Semantic Release
on:
pull_request:
types:
- labeled
branches:
- 'main'
jobs:
release:
if: ${{ github.event.label.name == 'semantic versioning' }}
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v3
ref: develop

Check failure on line 20 in .github/workflows/semantic-release.yaml

View workflow run for this annotation

GitHub Actions / Semantic Release

Invalid workflow file

The workflow is not valid. .github/workflows/semantic-release.yaml (Line: 20, Col: 7): Unexpected value 'ref'
with:
fetch-depth: 0
- name: Python Semantic Release
uses: relekang/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}