Skip to content

Commit 9cfc070

Browse files
authored
style: Improve readability a little
1 parent 4eb4989 commit 9cfc070

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676

7777
- run: script/inspect-binaries
7878
continue-on-error: true
79+
7980
- run: script/test
8081
if: ${{ !matrix.target }}
8182
continue-on-error: ${{ runner.os == 'Windows' }}
@@ -89,6 +90,7 @@ jobs:
8990
bundle_version=$(script/bundle-version)
9091
bundle_version=${bundle_version//$'\n'/}
9192
echo BUNDLE_VERSION=$bundle_version >> $GITHUB_ENV
93+
9294
- name: Determine version
9395
if: runner.os == 'Windows'
9496
run: |
@@ -99,6 +101,7 @@ jobs:
99101
if: matrix.target
100102
run: |
101103
mv tree-sitter-grammars-${{ matrix.bundle_os }}-${{ env.BUNDLE_VERSION }}.tar.gz tree-sitter-grammars.${{ matrix.target }}.v${{ env.BUNDLE_VERSION }}.tar.gz
104+
102105
- name: Make a target-explicit copy of native compilation's binary
103106
if: ${{ !matrix.target && matrix.host }}
104107
shell: bash

0 commit comments

Comments
 (0)