You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo Release version $REL does not match tagged version $TAG
37
53
exit 1
38
54
fi
55
+
echo "VERSION=$REL" >> $GITHUB_ENV
39
56
40
57
- name: Create package
41
58
run: make setup-ubuntu package
@@ -46,10 +63,21 @@ jobs:
46
63
artifacts: "*.vsix"
47
64
artifactContentType: application/zip
48
65
body: |
49
-
This release is CBMC Proof Debugger version ${{ env.TAG_VERSION }}. For the latest release, go to the [Marketplace](https://marketplace.visualstudio.com/vscode) for Visual Studio Code extensions.
66
+
This release is CBMC Proof Debugger version ${{ env.VERSION }}. For the latest release, go to the [Marketplace](https://marketplace.visualstudio.com/vscode) for Visual Studio Code extensions.
50
67
51
-
To install this release, download the package `proof-debugger-${{ env.TAG_VERSION }}.vsix` below and install it with
68
+
To install this release, download the package `proof-debugger-${{ env.VERSION }}.vsix` below and install it with
0 commit comments