From adc15c24bdf8e79332ac355e58d7e05731e55658 Mon Sep 17 00:00:00 2001 From: Nate Bradac <38217740+nbradac@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:56:14 -0400 Subject: [PATCH] asdf --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2379ac2..31bf3ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,8 +98,9 @@ jobs: # these jobs run serially because of the 'needs:' keyword on each owner: context.repo.owner, repo: context.repo.repo, ref: 'refs/tags/release-run-${{ github.run_id }}-POST', - sha: '${{needs.tag.outputs.new-sha}}' # the single quotes are important!!!! + sha: '${{needs.tag.outputs.new-sha}}' }) + # the single quotes are important!!!! push: runs-on: ubuntu-latest