Skip to content

Commit cfe8139

Browse files
committed
chore: Use local binaries in release workflow
1 parent a71cb81 commit cfe8139

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
needs: [test]
8787
if: ${{ github.event_name == 'push' }}
8888
runs-on: ubuntu-latest
89+
env:
90+
SRTL_DEV: true
8991
steps:
9092
- name: Checkout Repo
9193
uses: actions/checkout@master

0 commit comments

Comments
 (0)