We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117f55a commit 1495e9aCopy full SHA for 1495e9a
.github/workflows/main.yaml
@@ -20,7 +20,7 @@ jobs:
20
- id: check
21
working-directory: .
22
run: |
23
- if [[ "${{ github.event.release.tag_name }}" == v0.8.*-vscode ]]; then
+ if [[ "${{ github.event.release.tag_name }}" == v1.0.*-vscode ]]; then
24
echo "should_run=true" >> $GITHUB_OUTPUT
25
else
26
echo "should_run=false" >> $GITHUB_OUTPUT
.github/workflows/preview.yaml
- if [[ "${{ github.event.release.tag_name }}" == v0.9.*-vscode ]]; then
+ if [[ "${{ github.event.release.tag_name }}" == v1.1.*-vscode ]]; then
0 commit comments