Skip to content

Commit

Permalink
fix: Update release-please workflow and add JSON config file (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt authored Dec 19, 2023
1 parent 083c7ff commit ac1f038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ jobs:
- uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4
with:
release-type: java
package-name: release-please-action
extra-files: |
buildSrc/src/main/groovy/xyz.keksdose.spoon.code_solver.java-common-conventions.gradle
4 changes: 4 additions & 0 deletions release-please.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extra-files": [
"buildSrc/src/main/groovy/xyz.keksdose.spoon.code_solver.java-common-conventions.gradle"
]}

0 comments on commit ac1f038

Please sign in to comment.