Skip to content

fix: skip check on draft check runs with no transactions (v14) (#148) #43

fix: skip check on draft check runs with no transactions (v14) (#148)

fix: skip check on draft check runs with no transactions (v14) (#148) #43

Workflow file for this run

name: Release
on:
push:
branches:
- version-13
- version-14
jobs:
release:
name: Release
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write
contents: write
steps:
- name: Checkout
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 }}