Skip to content

Commit c8fb926

Browse files
committed
fix: Remove unexpected space
1 parent 0829377 commit c8fb926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
path: isomorphic-git-lightning-fs-0.0.0-development.tgz
7777

7878
- name: Publish to npm
79-
if: ${{ github.ref == 'beta '}}
79+
if: ${{ github.ref == 'beta'}}
8080
# if: ${{ github.ref == 'main' || github.ref_name == 'beta' }}
8181
run: |
8282
npm run semantic-release

0 commit comments

Comments
 (0)