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 951b484 commit 44f7aa1Copy full SHA for 44f7aa1
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
permissions:
51
contents: write
52
timeout-minutes: 90
53
- #if: ${{ endsWith(needs.build_and_deploy.outputs.project_version, '-SNAPSHOT') }}
+ #if: ${{ !endsWith(needs.build_and_deploy.outputs.project_version, '-SNAPSHOT') }}
54
env:
55
REPO: ${{ github.repository }}
56
BRANCH: ${{ github.ref_name }}
@@ -121,6 +121,7 @@ jobs:
121
122
RELEASE_NOTES_ISSUES: ${{runner.temp}}/release_notes_issues.json
123
RELEASE_NOTES_FILE: ${{runner.temp}}/release_notes.md5
124
+ GH_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
125
run: |
126
releaseVersion="${{ inputs.releaseVersion }}"
127
0 commit comments