Skip to content

Commit 1377bec

Browse files
fix: add altDeploymentRepository for first deployment
1 parent 1d16416 commit 1377bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ jobs:
123123
run: mvn clean compile test
124124

125125
- name: Publish to GitHub Packages
126-
run: mvn deploy -DskipTests
126+
run: mvn deploy -DskipTests -DaltDeploymentRepository=github::default::https://maven.pkg.github.com/mikeddavydov/jpwise
127127
env:
128128
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)