Skip to content

Commit 15cbec7

Browse files
committedFeb 27, 2025·
Merge branch 'staging' into nate/fixes0129190
2 parents a89c9a5 + b8108e1 commit 15cbec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- id: check
2121
working-directory: .
2222
run: |
23-
if [[ "${{ github.event.release.tag_name }}" == v0.8.*-vscode ]]; then
23+
if [[ "${{ github.event.release.tag_name }}" == v1.0.*-vscode ]]; then
2424
echo "should_run=true" >> $GITHUB_OUTPUT
2525
else
2626
echo "should_run=false" >> $GITHUB_OUTPUT

‎.github/workflows/preview.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- id: check
2121
working-directory: .
2222
run: |
23-
if [[ "${{ github.event.release.tag_name }}" == v0.9.*-vscode ]]; then
23+
if [[ "${{ github.event.release.tag_name }}" == v1.1.*-vscode ]]; then
2424
echo "should_run=true" >> $GITHUB_OUTPUT
2525
else
2626
echo "should_run=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)
Please sign in to comment.