Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Feb 1, 2022
1 parent 8b1c415 commit 1ab8ea1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout Repo
uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v1
- name: Setup Node.js 12.x
uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org/
node-version: 12.x

- name: Setup PNPM
uses: pnpm/[email protected]
with:
version: 6.23.2

- name: Install Dependancies
run: pnpm i
- name: Install Dependencies
run: pnpm install

- name: Publish Package
run: pnpm publish
Expand Down

0 comments on commit 1ab8ea1

Please sign in to comment.