Skip to content

Commit

Permalink
Create .npmrc file for authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed May 22, 2023
1 parent 23c6e37 commit 443824a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: cachix/install-nix-action@29bd9290ef037a3ecbdafe83cbd2185e9dd0fa0a # v20
- run: nix-shell --run "pnpm install --frozen-lockfile"
- run: nix-shell --run "pnpm publish --recursive --provenance --access public --no-git-checks"
- run: echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > .npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_PUBLISH_TOKEN }}
- run: nix-shell --run "pnpm publish --recursive --provenance --access public --no-git-checks"
2 changes: 1 addition & 1 deletion packages/vue-dompurify-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-dompurify-html",
"version": "4.1.1",
"version": "4.1.2",
"description": "Safe replacement for the v-html directive",
"license": "MIT",
"author": "Thomas Gerbet",
Expand Down

0 comments on commit 443824a

Please sign in to comment.