Skip to content

Commit 2d8b5f7

Browse files
authored
removed node script
1 parent 09c7f9f commit 2d8b5f7

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ runs:
5757
git add -A
5858
git commit -m "chore: bump package version to $PACKAGE_VERSION and update changelog"
5959
git push --force
60-
- name: Run script
61-
shell: bash
62-
run: node index.js
60+
6361
6462

index.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-package-version-bump",
3-
"version": "1.0.0-rc1.1",
3+
"version": "1.0.0-rc1.2",
44
"description": "Github action to upgrade the package.json version and create a changelog based on PR description that can be triggered in your workflows",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)