We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca92d6d commit 8552a4cCopy full SHA for 8552a4c
.github/workflows/deploy.yml
@@ -52,12 +52,14 @@ jobs:
52
npm install -g @semantic-release/release-notes-generator
53
54
- name: Publish to Git Releases and Tags
55
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
56
env:
57
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
58
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
59
run: npx semantic-release --dry-run --branches 9520_gha # Uncomment for testing purposes
60
61
- name: Publish Java docs
62
63
64
GH_TOKEN: ${{ secrets.GH_TOKEN }}
65
GHA_REPO_SLUG: ${{ github.repository }}
0 commit comments