Skip to content

Commit 178fcb4

Browse files
Merge branch 'fix/workflow-file' of https://github.com/supabase-community/postgres_lsp into fix/compl-trigger-chars
2 parents 0957270 + b6ba701 commit 178fcb4

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)