Skip to content

Commit 65e3e9d

Browse files
committed
Removing the setting ref as it should simply deploy to the workflow repo (using the GITHUB_TOKEN, and not a PAT)
1 parent 6c048e3 commit 65e3e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
run: mvn -B package --file pom.xml
3030

3131
- name: Publish to GitHub Packages Apache Maven
32-
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
32+
run: mvn deploy
3333
env:
3434
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)