Skip to content

Commit 7b99dce

Browse files
committed
ci: fix installing sd tool needed for deployment
1 parent a114078 commit 7b99dce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_git_tag.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
# CLI to replace strings in files. The CLI recommends using `cargo install` which is slow. This Action is fast because it downloads pre-built binaries.
2626
# If using sd on macos, "brew install" works great. for Linux, this is the recommended way.
2727
- name: Install sd CLI to use later in the workflow
28-
uses: kenji-miyake/setup-sd@v1
28+
# uses: kenji-miyake/setup-sd@v1
29+
uses: levibostian/setup-sd@add-file-extension # Using fork until upstream Action has bug fixed in it.
2930

3031
- name: Deploy git tag via semantic release
3132
uses: cycjimmy/semantic-release-action@v4

0 commit comments

Comments
 (0)