Skip to content

Commit f6d78de

Browse files
authored
build (fix authentication for maven package repo) I hope so
1 parent 8f539bf commit f6d78de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-snapshot.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
# overrides the file ~/.m2/settings.xml with data to publish to maven pkg server with id github
2121
overwrite-settings: true
2222
- name: Build
23+
env:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2325
run: |
2426
cat ~/.m2/settings.xml
25-
mvn -B install deploy
27+
mvn -B -X deploy

0 commit comments

Comments
 (0)