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.
2 parents 32f4482 + a981b84 commit 218722bCopy full SHA for 218722b
1 file changed
.github/workflows/release-please.yml
@@ -41,7 +41,8 @@ jobs:
41
if: ${{ steps.release.outputs.release_created }}
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
+ STEPS_RELEASE_OUTPUTS_TAG_NAME: ${{ steps.release.outputs.tag_name }}
45
run: |
46
gh release upload \
- ${{ steps.release.outputs.tag_name }} \
47
+ ${STEPS_RELEASE_OUTPUTS_TAG_NAME} \
48
conductor-release.tar.gz
0 commit comments