Skip to content

Commit

Permalink
set url
Browse files Browse the repository at this point in the history
  • Loading branch information
tomanagle committed Nov 3, 2024
1 parent 60be8d6 commit c9ddbdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'

- name: Setup pnpm
run: npm install -g pnpm
Expand Down Expand Up @@ -55,7 +56,7 @@ jobs:
if: steps.check.outputs.version_changed == 'true'
run: npm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Tag release
if: steps.check.outputs.version_changed == 'true'
Expand Down

0 comments on commit c9ddbdc

Please sign in to comment.