Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gradle file not updated by extra-files #773

Closed
MartinWitt opened this issue May 16, 2023 · 0 comments
Closed

gradle file not updated by extra-files #773

MartinWitt opened this issue May 16, 2023 · 0 comments
Assignees
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@MartinWitt
Copy link

TL;DR

build.gradle file not update with extrafile option in the github-action.

Expected behavior

I expect the version in https://github.com/MartinWitt/laughing-train/blob/master/buildSrc/src/main/groovy/xyz.keksdose.spoon.code_solver.java-common-conventions.gradle#L90 to be update to new one.

Observed behavior

The version is not updated in the PR MartinWitt/laughing-train#652

Action YAML

on:
  push:
    branches:
      - master

permissions:
  contents: write
  pull-requests: write

name: release-please

jobs:
  release-please:
    runs-on: ubuntu-latest
    steps:
      - uses: google-github-actions/release-please-action@v3
        with:
          release-type: java
          package-name: release-please-action
          extra-files: |
              buildSrc/src/main/groovy/xyz.keksdose.spoon.code_solver.java-common-conventions.gradle

Log output

https://github.com/MartinWitt/laughing-train/actions/runs/4996484781/jobs/8949915401

Additional information

No response

@MartinWitt MartinWitt added the bug label May 16, 2023
@SurferJeffAtGoogle SurferJeffAtGoogle added priority: p3 Desirable enhancement or fix. May not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

3 participants