Skip to content

Commit 60de053

Browse files
committed
Fix workflow
1 parent 7800cc3 commit 60de053

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
@@ -73,7 +73,7 @@ jobs:
7373
echo ::set-output name=github-tag::${GITHUB_REF#refs/*/}
7474
7575
- name: Check package version
76-
run: test "v${{ steps.metadata.outputs.version }}" = "${{ steps.metadata.outputs.github-tag }}"
76+
run: test "v${{ steps.metadata.outputs.plugin-version }}" = "${{ steps.metadata.outputs.github-tag }}"
7777

7878
- name: Package plugin
7979
id: package-plugin

0 commit comments

Comments
 (0)