This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
Merge pull request #242 from madisonbikes/dependabot/npm_and_yarn/bra… #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run release-please to prepare release PR | |
on: | |
push: | |
branches: | |
- main | |
# Only allow one instance of this workflow to run at a time, per branch | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
release-please: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: google-github-actions/release-please-action@v4 | |
with: | |
token: ${{ secrets.GH_RELEASE_TOKEN }} |