Skip to content

Commit 7fc71cf

Browse files
Update release.yml
1 parent ffa79f7 commit 7fc71cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ jobs:
3535
GITHUB_TOKEN: ${{ github.token}}
3636

3737
- name: Publish to GitHub Packages Apache Maven
38-
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml -DskipTests
38+
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml -DskipTests
39+
env:
40+
GITHUB_TOKEN: ${{ github.token}}

0 commit comments

Comments
 (0)