Skip to content

feat: Add synced mutation (#46) #9

feat: Add synced mutation (#46)

feat: Add synced mutation (#46) #9

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