Skip to content

Commit

Permalink
gitgub action for jdk 20
Browse files Browse the repository at this point in the history
Signed-off-by: muhamadto <muhamadto@gmail.com>
  • Loading branch information
muhamadto committed Aug 10, 2023
1 parent 800512f commit 8ceeaa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
COST_CENTRE: ${{ env.COST_CENTRE }}
run: ./mvnw -ntp -Pnative clean package -DskipTests=true
- name: cdk diff
uses: muhamadto/aws-cdk-github-actions@v2
uses: muhamadto/aws-cdk-github-actions@v3
with:
cdk_subcommand: 'diff'
actions_comment: false
- name: cdk deploy
uses: muhamadto/aws-cdk-github-actions@v2
uses: muhamadto/aws-cdk-github-actions@v3
with:
cdk_subcommand: 'deploy'
cdk_args: '--require-approval never'
Expand Down

0 comments on commit 8ceeaa0

Please sign in to comment.