We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feef8c7 commit 9ed4851Copy full SHA for 9ed4851
.github/workflows/Continuous.yml
@@ -35,6 +35,7 @@ jobs:
35
name: Package
36
path: staging
37
- name: Publish package
38
+ if: github.repository_owner == 'dendrodocs'
39
run: mvn deploy -Dmaven.install.skip=true --no-transfer-progress
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments