fix: handle BlobDelete event type in batch_push_results
(#893)
#30
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: | |
push: | |
branches: | |
- main | |
permissions: | |
contents: write | |
pull-requests: write | |
name: release-please | |
jobs: | |
release-please: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: google-github-actions/release-please-action@v4 | |
with: | |
# This is a personal access token (PAT) which has been | |
# configured as a GitHub action secret. | |
token: ${{ secrets.RELEASE_PLEASE_TOKEN }} | |
# This release type is for repos with a version.txt and | |
# a CHANGELOG.md. | |
release-type: simple |