Skip to content

Commit

Permalink
Homework1 maven-publish.yml fix 11
Browse files Browse the repository at this point in the history
  • Loading branch information
shatvani authored Oct 31, 2024
1 parent eaf21e8 commit ec8629d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ jobs:
- name: Check Java version
run: java -version
- name: Build with Maven
run: ./mvnw package
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy
env:
GITHUB_TOKEN: ${{ github.token }}
run: ./mvnw package
- name: Upload artifact for Docker job
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ec8629d

Please sign in to comment.