fix: grepping or replacing in cwd instead of the directory of the fil… #154
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
on: | |
workflow_dispatch: # makes it possible to run the workflow manually | |
push: | |
branches: | |
- main | |
permissions: | |
contents: write | |
pull-requests: write | |
name: release-please | |
jobs: | |
release-please: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: googleapis/[email protected] | |
id: release | |
with: | |
token: ${{ secrets.RELEASE_PLEASE_ACCESS_TOKEN }} | |
config-file: release-please-config.json | |
manifest-file: .release-please-manifest.json |