Skip to content

Commit

Permalink
Merge pull request #5 from ikedam/feature/JENKINS-66501_UpdateCd
Browse files Browse the repository at this point in the history
[JENKINS-66501] [INFRA-3066] Use the new version of jenkins-maven-cd-action
  • Loading branch information
ikedam authored Oct 3, 2021
2 parents bc12580 + 630ca65 commit 0e922a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
distribution: 'adopt'
java-version: 8
- name: Release
uses: jenkins-infra/jenkins-maven-cd-action@v1.1.0
uses: jenkins-infra/jenkins-maven-cd-action@v1.2.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
Expand Down

0 comments on commit 0e922a4

Please sign in to comment.