Skip to content

Commit f36523f

Browse files
fix tag_version
1 parent 253921b commit f36523f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
outputs:
1212
tag_already_exists: ${{ steps.check_tag.outputs.exists }}
13-
tag_version: ${{ steps.check_tag.outputs.version }}
13+
tag_version: ${{ steps.get_version.outputs.version }}
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v5

0 commit comments

Comments
 (0)