Skip to content

Commit e6ef0c9

Browse files
committed
fix: with outputs
1 parent bb87a89 commit e6ef0c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
needs: [release]
4343
uses: ./.github/workflows/publish.yml
4444
with:
45-
version: ${{ steps.tag_version.outputs.new_tag_version }}
45+
version: ${{ needs.release.outputs.tag_version.outputs.new_tag_version }}
4646
secrets: inherit

0 commit comments

Comments
 (0)