Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradac authored Jun 7, 2024
1 parent abf9ee5 commit adc15c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adc15c2

Please sign in to comment.