Skip to content

Commit 251bc8d

Browse files
authored
chore(fix): for release action install task (#210)
1 parent 7acf247 commit 251bc8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-branch.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24+
- name: Install Task
25+
run: |
26+
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
27+
2428
- name: Get last commit author
2529
id: last_author
2630
run: |

0 commit comments

Comments
 (0)