Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
schaermu authored Jan 10, 2024
1 parent 62dd681 commit fcfd6b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Java CI

on: [push]

permissions:
packages: write

jobs:
build:

Expand All @@ -20,4 +23,4 @@ jobs:
GITHUB_USERNAME: x-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
mvn --settings settings.xml deploy
mvn --settings settings.xml deploy

0 comments on commit fcfd6b2

Please sign in to comment.