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.
1 parent 47dd2f4 commit ee5b982Copy full SHA for ee5b982
.github/workflows/main-workflow.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Create new release
23
uses: ./.github/workflows/create-new-release.yml
24
with:
25
- tag_name: ${{ jobs.main-workflow.steps.create_tag.outputs.tag_name }}
+ tag_name: ${{ steps.create_tag.outputs.tag_name }}
0 commit comments