Skip to content

Commit e3cbca7

Browse files
authored
v0.1.0 (#8)
1 parent bc816d4 commit e3cbca7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ jobs:
388388
name: Publish
389389
runs-on: ubuntu-latest
390390
environment: npm
391+
if: contains(github.ref, 'main')
391392
needs:
392393
- test-macOS-windows-binding
393394
- test-linux-binding
@@ -440,11 +441,7 @@ jobs:
440441
shell: bash
441442
- name: Update npm
442443
run: npm install -g npm@latest
443-
- name: Pack
444-
if: ${{ !contains(github.ref, 'main') }}
445-
run: npm pack
446444
- name: Publish
447-
if: contains(github.ref, 'main')
448445
run: |
449446
if git log -1 --pretty=%B | grep "^v\?[0-9]\+\.[0-9]\+\.[0-9]\+";
450447
then

0 commit comments

Comments
 (0)