Skip to content

Commit

Permalink
refactor: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ebukaodini committed Mar 15, 2024
1 parent a11bec4 commit ea175f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
npm install
- name: Publish to npm
run: npm publish --force --access public --registry=https://registry.npmjs.org/ --tag latest --npm-token=${{ secrets.NPM_TOKEN }}
run: npm publish --access public --registry=https://registry.npmjs.org/ --tag latest --npm-token=${{ secrets.NPM_TOKEN }}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scaffold.js",
"version": "0.0.1",
"name": "@ebukaodini/scaffoldjs",
"version": "0.1.6",
"description": "Speed up coding with prebuilt and custom template files",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit ea175f8

Please sign in to comment.