Skip to content

Commit

Permalink
Update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lolcabanon committed Feb 25, 2024
1 parent dafe5f4 commit a873daf
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 @@ -10,6 +10,7 @@ on:
jobs:
build-and-publish:
runs-on: ubuntu-latest
environment: NPM_PUBLISH
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -25,7 +26,7 @@ jobs:
with:
node-version: 18
cache: pnpm
# registry-url: https://registry.npmjs.org/
registry-url: https://registry.npmjs.org/

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit a873daf

Please sign in to comment.