Skip to content

Commit

Permalink
chore(package): next version (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
caioagiani authored Feb 26, 2022
1 parent ab8a681 commit 22523b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
node-version: "14.x"
registry-url: "https://registry.npmjs.org"
- run: npm i
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-typos-scan",
"version": "0.1.2",
"version": "0.1.3",
"main": "src/index.js",
"description": "Typos github scan",
"license": "MIT",
Expand Down

0 comments on commit 22523b2

Please sign in to comment.