Skip to content

Commit 3d23ccd

Browse files
committed
fix: workflow
1 parent 081cef7 commit 3d23ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
GITHUB_REPO: ${{ github.repository }}
132132

133133
- name: Ensure tag matches
134-
if: ${{ steps.create_changelog.outputs.version }} != ${{ needs.extract_version.outputs.version }}
134+
if: steps.create_changelog.outputs.version != needs.extract_version.outputs.version
135135
run: exit 1
136136

137137
- name: 👇 Download Artifacts

0 commit comments

Comments
 (0)