We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7356fba commit 45d1a8aCopy full SHA for 45d1a8a
.github/workflows/maven-publish.yml
@@ -24,8 +24,6 @@ jobs:
24
25
- name: Build with Maven
26
run: mvn -B package --settings $GITHUB_WORKSPACE/settings.xml --file pom.xml
27
- env:
28
- GITHUB_TOKEN: ${{ github.token }}
29
30
- name: Publish to GitHub Packages Apache Maven
31
run: mvn deploy --settings $GITHUB_WORKSPACE/settings.xml -P github
.github/workflows/maven-test.yml
@@ -26,6 +26,4 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file
- run: mvn -B package --file pom.xml --settings $GITHUB_WORKSPACE/settings.xml
+ run: mvn -B package --file pom.xml --settings $GITHUB_WORKSPACE/settings.xml
0 commit comments