Skip to content

Commit

Permalink
chore: allow publish to be manually called
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Oct 19, 2023
1 parent b13173f commit 22ecaf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Publish Package to npmjs

on:
workflow_call:
workflow_dispatch:

jobs:
publish:
Expand All @@ -26,6 +27,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"

- run: npm install

Expand Down

0 comments on commit 22ecaf2

Please sign in to comment.