Skip to content

Commit

Permalink
chore(editor): Add registry-url to setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
kulla committed Dec 17, 2023
1 parent 635d1b4 commit 5a1d3bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/editor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18.x
registry-url: https://registry.npmjs.org
- run: yarn
- run: yarn build:prisma

Expand All @@ -29,8 +30,6 @@ jobs:
else
echo "::set-output name=already_published::false"
fi
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish to npm
if: steps.check_published.outputs.already_published == 'false'
Expand Down

0 comments on commit 5a1d3bc

Please sign in to comment.