Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelProgrammer authored Sep 23, 2024
1 parent e0f25be commit 52d0e6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Package
Expand All @@ -19,11 +19,11 @@ jobs:
contents: read
packages: write
steps:
- uses: action/checkout@v3
- uses: action/setup-java@v3
- uses: action/checkout@v4
- uses: action/setup-java@v4
with:
java-version: '11'
distribuition: 'adopt'
java-version: '17'
distribuition: '17-jdk-alpine'
package: '*.jar'
- name: Publish package
run: mvn --batch-mode deploy
Expand Down

0 comments on commit 52d0e6c

Please sign in to comment.