Skip to content

Commit

Permalink
HotFix: v0.9.2 #36
Browse files Browse the repository at this point in the history
HotFix: v0.9.2
  • Loading branch information
mnrendra authored Jan 23, 2023
2 parents ec560a5 + 1418fe0 commit 6b9b846
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm test
- run: npm config set registry https://npm.pkg.github.com
- run: npm set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}
- run: npm publish --access public
- run: npm config set registry https://registry.npmjs.org/
- run: npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
- run: npm publish --access public
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": "gitidy",
"version": "0.9.1",
"version": "0.9.2",
"description": "A tool for tidying Git flow.",
"private": false,
"main": "dist",
Expand Down

0 comments on commit 6b9b846

Please sign in to comment.