Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sharafdin authored Feb 10, 2024
1 parent 65e5cc1 commit 3841b13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Yonode Package
on:
push:
branches:
- yonode
- main

jobs:
publish:
Expand All @@ -20,5 +20,6 @@ jobs:
registry-url: 'https://registry.npmjs.org/'
- name: Publish to npm
run: npm publish --access public
working-directory: packages/yonode
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3841b13

Please sign in to comment.