Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
INeedJobToStartWork authored Aug 5, 2024
1 parent 0058c39 commit 8344228
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
name: Publish Package to npmjs
on:
release:
types: [created]
types:
- created
jobs:
release:
name: 📦 Publish to npm
Expand All @@ -15,8 +17,8 @@ jobs:
- name: 🟢 Setup node
uses: actions/setup-node@v4
with:
node-version: "^20"
registry-url: "https://registry.npmjs.org"
node-version: ^20
registry-url: https://registry.npmjs.org
- name: 🚀 Setup pnpm
uses: pnpm/[email protected]
- name: ↘️ Install dependencies
Expand Down

0 comments on commit 8344228

Please sign in to comment.