We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b443c0 commit ad2d254Copy full SHA for ad2d254
.github/workflows/ci.yml
@@ -62,8 +62,8 @@ jobs:
62
path: isomorphic-git-lightning-fs-0.0.0-development.tgz
63
64
- name: Publish to npm
65
- if: ${{ github.ref == 'beta'}}
66
- # if: ${{ github.ref == 'main' || github.ref_name == 'beta' }}
+ if: ${{ github.ref == 'refs/heads/beta'}}
+ # if: ${{ github.ref == 'refs/heads/main' || github.ref_name == 'refs/heads/beta' }}
67
run: |
68
npm run semantic-release
69
env:
0 commit comments