Skip to content

Commit

Permalink
Update master_adithyasample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SVAdithya authored Oct 7, 2024
1 parent fb4676c commit 025012c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master_adithyasample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Java version
uses: actions/setup-java@v1
with:
java-version: '17'
java-version: '22'

- name: Build with Maven
run: mvn clean install
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
app-name: 'AdithyaSample'
slot-name: 'Production'
package: '*.jar'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_5A9AA98E39AE4B128E39ED76AEC4224C }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_5A9AA98E39AE4B128E39ED76AEC4224C }}

0 comments on commit 025012c

Please sign in to comment.