Skip to content

Merge pull request #86 from ed-software/dependabot/npm_and_yarn/ip-2.0.1 #39

Merge pull request #86 from ed-software/dependabot/npm_and_yarn/ip-2.0.1

Merge pull request #86 from ed-software/dependabot/npm_and_yarn/ip-2.0.1 #39

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