Skip to content

Commit ebd2868

Browse files
GitHub Package Release
1 parent 2ca7cde commit ebd2868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
distribution: 'adopt'
1616
server-id: github
1717
- name: Publish to GitHub Packages
18-
run: mvn --batch-mode deploy
18+
run: mvn clean deploy -DaltDeploymentRepository=github::default::https://maven.pkg.github.com/contentstack/contentstack-java
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)