Skip to content

Commit

Permalink
Clean up publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrepreneur authored Dec 27, 2023
1 parent c7d2ead commit bed3ba5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2 # Use PNPM
with:
version: 8

# Setup .npmrc file to publish to npm
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '18.x'
Expand All @@ -32,7 +31,7 @@ jobs:

- name: Publish NPM Package
run: npm publish --non-interactive --access public
env:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

- name: Update GH Pages
Expand Down

0 comments on commit bed3ba5

Please sign in to comment.