Skip to content

Commit

Permalink
chore(ci/cd): publish to gitlab packages
Browse files Browse the repository at this point in the history
  • Loading branch information
xooooooooox committed Dec 27, 2024
1 parent a7ef209 commit 0ab17be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
java-version: '8'
distribution: 'temurin'
- name: Publish to GitHub Packages
run: mvn --batch-mode clean deploy -DaltDeploymentRepository=github::https://maven.pkg.github.com/xooooooooox/radp -DskipTests
run: ./mvnw --batch-mode clean deploy -DaltDeploymentRepository=github::https://maven.pkg.github.com/xooooooooox/radp -DskipTests
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 0ab17be

Please sign in to comment.