We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7800cc3 commit 60de053Copy full SHA for 60de053
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
echo ::set-output name=github-tag::${GITHUB_REF#refs/*/}
74
75
- name: Check package version
76
- run: test "v${{ steps.metadata.outputs.version }}" = "${{ steps.metadata.outputs.github-tag }}"
+ run: test "v${{ steps.metadata.outputs.plugin-version }}" = "${{ steps.metadata.outputs.github-tag }}"
77
78
- name: Package plugin
79
id: package-plugin
0 commit comments