Skip to content

Commit

Permalink
ci: Release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
henningmu committed Nov 30, 2021
1 parent 79e38d0 commit 52860ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
scope: "@doist"
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@doist/react-interpolate",
"version": "0.3.5",
"version": "0.3.6",
"description": "A string interpolation component that formats and interpolates a template string in a safe way",
"main": "dist/react-interpolate.cjs",
"module": "dist/react-interpolate.mjs",
Expand Down

0 comments on commit 52860ac

Please sign in to comment.