Skip to content

Commit

Permalink
Fixing npm
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Oct 28, 2022
1 parent e56be5a commit eda6d25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: 📦 Npm Package & Publish
name: 📦 Npm Package & Publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

0 comments on commit eda6d25

Please sign in to comment.