Skip to content

Commit ee5b982

Browse files
committed
fix: Correct yml files
1 parent 47dd2f4 commit ee5b982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Create new release
2323
uses: ./.github/workflows/create-new-release.yml
2424
with:
25-
tag_name: ${{ jobs.main-workflow.steps.create_tag.outputs.tag_name }}
25+
tag_name: ${{ steps.create_tag.outputs.tag_name }}

0 commit comments

Comments
 (0)