Skip to content

Commit b7c89e5

Browse files
committed
Release for offline fix
1 parent c58774c commit b7c89e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-caller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- id: check
1919
run: |
2020
if [[ $GITHUB_REF == *"offline-mode"* ]]; then
21-
echo "should_run=false" >> $GITHUB_OUTPUT
21+
echo "should_run=true" >> $GITHUB_OUTPUT
2222
else
2323
echo "should_run=true" >> $GITHUB_OUTPUT
2424
fi

.github/workflows/release-offline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- offline-mode
9+
- offline-mode-*
910
release:
1011
types: [published]
1112
branches:

0 commit comments

Comments
 (0)