Skip to content

fix(markdown_to_bbcode): update regex for repository name extraction #17

fix(markdown_to_bbcode): update regex for repository name extraction

fix(markdown_to_bbcode): update regex for repository name extraction #17

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