Skip to content

fix: Typo in publish.yml for package publishing step (#207) #211

fix: Typo in publish.yml for package publishing step (#207)

fix: Typo in publish.yml for package publishing step (#207) #211

Workflow file for this run

name: release-please
on:
push:
branches:
- main
permissions:
contents: read
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GH_CQ_BOT }}