Skip to content

Commit 8e7d7bc

Browse files
committed
NPM Intial Publish #1
1 parent f3fe018 commit 8e7d7bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1+
# .github/workflows/publish.yml
12
name: Publish to npm
23

34
on:
45
push:
56
branches:
67
- develop
78

8-
permissions:
9-
contents: read
10-
119
jobs:
1210
build-and-publish:
1311
runs-on: ubuntu-latest
@@ -22,6 +20,7 @@ jobs:
2220
uses: actions/setup-node@v3
2321
with:
2422
node-version: "18"
23+
registry-url: "https://registry.npmjs.org"
2524
cache: "npm"
2625

2726
# Install dependencies

0 commit comments

Comments
 (0)