Skip to content

Commit

Permalink
Set NPM registry URL and allow manual worfklow dispatch temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Jan 13, 2025
1 parent f89cb11 commit 08849f2
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 @@ -3,6 +3,7 @@ name: Publish to npmjs.com
on:
release:
types: [published]
workflow_dispatch:

jobs:
build:
Expand All @@ -17,6 +18,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"

- run: npm ci

Expand Down

0 comments on commit 08849f2

Please sign in to comment.