Skip to content

Commit

Permalink
Test TeamCity plugin update
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed May 9, 2024
1 parent d175f96 commit 59c52df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/gradle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,13 @@ jobs:
script-location: 'src/main/resources/develocity/gradle/develocity-init-script.gradle'
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

update-develocity-teamcity-plugin:
needs: [update-reference]
uses: ./.github/workflows/gradle-send-update-pr.yml
with:
version: ${{ inputs.version }}
repository: 'bigdaz/teamcity-build-scan-plugin'
script-location: 'src/main/resources/develocity/gradle/develocity-init-script.gradle'
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 59c52df

Please sign in to comment.