Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DevboiDesigns committed Dec 5, 2024
1 parent bb22426 commit 0838cfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: "Publish to NPM"

on:
push:
branches:
- main
release:
types: [published]

jobs:
publish:
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": "herokutools",
"version": "0.0.4",
"version": "0.0.5",
"description": "Heroku CLI wrapper - helpful commands you use often - made easier!",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 0838cfa

Please sign in to comment.