Skip to content

Commit

Permalink
removed node script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Feb 19, 2022
1 parent 09c7f9f commit 2d8b5f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ runs:
git add -A
git commit -m "chore: bump package version to $PACKAGE_VERSION and update changelog"
git push --force
- name: Run script
shell: bash
run: node index.js
2 changes: 0 additions & 2 deletions index.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-package-version-bump",
"version": "1.0.0-rc1.1",
"version": "1.0.0-rc1.2",
"description": "Github action to upgrade the package.json version and create a changelog based on PR description that can be triggered in your workflows",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2d8b5f7

Please sign in to comment.