Skip to content

Commit cfd6188

Browse files
committed
Added type definitions for buffer. Publish to npm with tagless version.
1 parent 8b85786 commit cfd6188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
publish-types-test:
6666
needs: [ test, test-types ]
6767
runs-on: ubuntu-latest
68-
if: !startsWith(github.ref, 'refs/tags/v')
68+
if: "!startsWith(github.ref, 'refs/tags/v')"
6969
steps:
7070
- uses: actions/checkout@v4
7171
- name: Extract version

0 commit comments

Comments
 (0)