Skip to content

Commit

Permalink
Updated publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alimnios72 committed Aug 12, 2023
1 parent f2a434d commit d8955cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'
registry-url: 'https://www.npmjs.com'
scope: '@clorofila'

- name: Installing dependencies
run: yarn install
Expand All @@ -28,6 +30,6 @@ jobs:
run: yarn build

- name: Publish package
run: npm publish --access public
run: yarn npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d8955cc

Please sign in to comment.