Skip to content

Commit

Permalink
update test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Oct 29, 2024
1 parent 2fb0531 commit 9f94023
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ jobs:
publish:
name: Publish to Github Packages
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 21
Expand Down

0 comments on commit 9f94023

Please sign in to comment.