We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a89c9a5 + b8108e1 commit 15cbec7Copy full SHA for 15cbec7
.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