Skip to content

Commit f361ca8

Browse files
authored
Merge pull request #513 from navikt/Publisere-til-npm-registry
forsøke å publisere til npm registry
2 parents 33adea1 + ac4b94f commit f361ca8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/publish.yml

+9
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,12 @@ jobs:
3838
- run: npm publish --provenance --access public
3939
env:
4040
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
- name: Setup npm registry
42+
uses: actions/setup-node@v4
43+
with:
44+
registry-url: "https://registry.npmjs.org"
45+
node-version: ${{ env.NODE_VERSION }}
46+
- name: Publish to npm
47+
run: npm publish --access public
48+
env:
49+
NODE_AUTH_TOKEN: ${{ secrets.NPMJS }}

0 commit comments

Comments
 (0)