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 d0aec88 commit a924760Copy full SHA for a924760
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Ensure new version
38
run: |
39
latest_tag=$(curl --silent -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/gitpod-io/gitpod-vscode-desktop/releases/latest | jq --raw-output '.tag_name')
40
- if [ "$latest_tag" = *${{ steps.package_vsix.outputs.version }} ]; then
+ if [ "$latest_tag" = "v${{ steps.package_vsix.outputs.version }}" ]; then
41
exit 1
42
fi
43
0 commit comments