Skip to content

Commit

Permalink
cicd(CHN-208): specify github.event.workflow_run.id
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Tian committed Mar 22, 2024
1 parent 8073402 commit 2508928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mavenpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
name: java-artifacts
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.conclusion }}
run-id: ${{ github.event.workflow_run.id }}

- name: Set up JDK 18
uses: actions/setup-java@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
name: java-artifacts
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.conclusion }}
run-id: ${{ github.event.workflow_run.id }}

- name: Set up JDK 18
uses: actions/setup-java@v2
Expand Down

0 comments on commit 2508928

Please sign in to comment.