Skip to content

Commit 44f7aa1

Browse files
committed
[CI] Knocking kinks out of release process (3)
1 parent 951b484 commit 44f7aa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
permissions:
5151
contents: write
5252
timeout-minutes: 90
53-
#if: ${{ endsWith(needs.build_and_deploy.outputs.project_version, '-SNAPSHOT') }}
53+
#if: ${{ !endsWith(needs.build_and_deploy.outputs.project_version, '-SNAPSHOT') }}
5454
env:
5555
REPO: ${{ github.repository }}
5656
BRANCH: ${{ github.ref_name }}
@@ -121,6 +121,7 @@ jobs:
121121
env:
122122
RELEASE_NOTES_ISSUES: ${{runner.temp}}/release_notes_issues.json
123123
RELEASE_NOTES_FILE: ${{runner.temp}}/release_notes.md5
124+
GH_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
124125
run: |
125126
releaseVersion="${{ inputs.releaseVersion }}"
126127

0 commit comments

Comments
 (0)