Skip to content

Commit

Permalink
updated CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-dvsa committed May 6, 2024
1 parent 36864fd commit 52c81c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: checkout code
uses: actions/checkout@v4
Expand All @@ -26,7 +29,7 @@ jobs:
mvn -B -P github package -file pom.xml
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy
run: mvn --batch-mode deploy
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit 52c81c9

Please sign in to comment.