From 44f7aa171791799eb3dd22a642826149905a4c51 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Mon, 19 Sep 2022 12:52:02 -0500 Subject: [PATCH] [CI] Knocking kinks out of release process (3) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index accd3c0e..746b37ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: permissions: contents: write timeout-minutes: 90 - #if: ${{ endsWith(needs.build_and_deploy.outputs.project_version, '-SNAPSHOT') }} + #if: ${{ !endsWith(needs.build_and_deploy.outputs.project_version, '-SNAPSHOT') }} env: REPO: ${{ github.repository }} BRANCH: ${{ github.ref_name }} @@ -121,6 +121,7 @@ jobs: env: RELEASE_NOTES_ISSUES: ${{runner.temp}}/release_notes_issues.json RELEASE_NOTES_FILE: ${{runner.temp}}/release_notes.md5 + GH_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }} run: | releaseVersion="${{ inputs.releaseVersion }}"