Skip to content

fix: warn at copier copy #16

fix: warn at copier copy

fix: warn at copier copy #16

Workflow file for this run

name: release
on:
push:
branches:
- main
permissions:
contents: read
jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write # to be able to publish a GitHub release
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ssh-key: ${{ secrets.SEMANTIC_RELASE_SSH_KEY }}
- name: run_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pipx run python-semantic-release -c .github/semantic_release.toml version