Skip to content

Commit

Permalink
ci: semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
qthequartermasterman committed Oct 4, 2023
1 parent 94b90c0 commit 6b8f0f6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/semantic-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Semantic Release

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 }}

0 comments on commit 6b8f0f6

Please sign in to comment.