Skip to content

Commit

Permalink
fix: remove dispatch for action
Browse files Browse the repository at this point in the history
  • Loading branch information
manosbatsis committed Sep 4, 2023
1 parent 9001a27 commit cf1b9f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#on:
# push:
# tags:
# - "v*"
on:
push:
tags:
- "v*"

on: create
#on: create

name: Release
jobs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"package-lock.json",
"npm-shrinkwrap.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
}
]
]
Expand Down

0 comments on commit cf1b9f5

Please sign in to comment.