Skip to content

Commit 3364de3

Browse files
Merge pull request #24 from apivideo/fix-nodejs-ci
Fix nodejs CI
2 parents 4b0ca75 + 45ce1c8 commit 3364de3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ jobs:
1212
registry-url: 'https://registry.npmjs.org'
1313
- run: npm install --no-save
1414
- run: npm publish --access=public
15-
if: ${{ github.ref == 'refs/heads/main' }}
1615
env:
1716
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)