Skip to content

Commit 1495e9a

Browse files
committed
update actions
1 parent 117f55a commit 1495e9a

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)