Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
bin
Browse files Browse the repository at this point in the history
  • Loading branch information
eoussama committed Mar 21, 2024
1 parent b7e8c68 commit d8d50cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'

- name: Installing Dependencies
run: |
corepack enable
- name: Publishing Package
run: pnpm publish
Expand Down

0 comments on commit d8d50cb

Please sign in to comment.