We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f539bf commit f6d78deCopy full SHA for f6d78de
.github/workflows/deploy-snapshot.yml
@@ -20,6 +20,8 @@ jobs:
20
# overrides the file ~/.m2/settings.xml with data to publish to maven pkg server with id github
21
overwrite-settings: true
22
- name: Build
23
+ env:
24
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
run: |
26
cat ~/.m2/settings.xml
- mvn -B install deploy
27
+ mvn -B -X deploy
0 commit comments