Skip to content

Merge pull request #88 from ed-software/release-please--branches--mai… #42

Merge pull request #88 from ed-software/release-please--branches--mai…

Merge pull request #88 from ed-software/release-please--branches--mai… #42

Workflow file for this run

name: Release Please
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
if: '! github.event.pull_request.head.repo.fork '
with:
release-type: node
package-name: react-material-symbols
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}