Skip to content

Commit

Permalink
chore: update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebukaodini committed Mar 15, 2024
1 parent 8026dc5 commit 29cdb19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
npm cache clean --force
rm -rf node_modules package-lock.json
npm install
echo "require('./package.json').version"
- name: Publish to npm
run: npm publish --access public --registry=https://registry.npmjs.org/ --tag "require('./package.json').version" --npm-token=${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ebukaodini/scaffoldjs",
"version": "0.0.4",
"version": "0.0.5",
"description": "Speed up coding with prebuilt and custom template files",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 29cdb19

Please sign in to comment.