We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07c38b commit aa23332Copy full SHA for aa23332
.github/workflows/maven-deploy.yml
@@ -36,6 +36,7 @@ jobs:
36
${{ runner.os }}-maven-
37
38
- name: Publish to the Maven Central Repository
39
+ if: github.repository == 'phax/jcodemodel'
40
run: mvn --batch-mode --update-snapshots -P release-snapshot deploy
41
env:
42
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
0 commit comments