Skip to content

Commit

Permalink
chore: reorganize the files related to release-please (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Dec 14, 2024
1 parent 87677ba commit e2a86f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
id: release-please
with:
config-file: .github/.config/release-please-config.json
manifest-file: .release-please-manifest.json
config-file: .release-please/release-please-config.json
manifest-file: .release-please/.release-please-manifest.json
skip-github-pull-request: ${{ startsWith(github.event.head_commit.message, 'release:') && github.event.head_commit.author.name == env.RELEASE_PLEASE_AUTHOR }}

docker-publish:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e2a86f6

Please sign in to comment.