Skip to content

fix(python): with salt out of the way, move over to newer python 3.12 as default #480

fix(python): with salt out of the way, move over to newer python 3.12 as default

fix(python): with salt out of the way, move over to newer python 3.12 as default #480

Workflow file for this run

name: 'CI'
on: [push, pull_request]
jobs:
semantic_version:
name: 'Semantic versioning'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
with:
semantic_version: 18
extra_plugins: |
@semantic-release/changelog@6
@semantic-release/git@10
env:
GITHUB_TOKEN: ${{ secrets.gh_semantic_version }}