Skip to content

add version inserted at #5

add version inserted at

add version inserted at #5

Workflow file for this run

name: release
on:
push:
branches: [ "main" ]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repo content
uses: actions/checkout@v3 # checkout the repository content to github runner
with:
fetch-depth: 0
token: ${{ secrets.PLURAL_BOT_PAT }}
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.PLURAL_BOT_PAT }}