Skip to content

Merge branch 'main' of github-chemodun:chemodun/markdown-to-bbcode-si… #16

Merge branch 'main' of github-chemodun:chemodun/markdown-to-bbcode-si…

Merge branch 'main' of github-chemodun:chemodun/markdown-to-bbcode-si… #16

name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
-
name: Checkout repository
id: checkout
uses: actions/checkout@v4
- name: Release Please Action
uses: googleapis/release-please-action@v4
id: release
with:
release-type: python # Specifies that it's a Python project
# Optional configurations:
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}