From 8629e2de503572c7e817fd15456232394051f9d4 Mon Sep 17 00:00:00 2001 From: Levi Bostian Date: Thu, 9 Nov 2023 08:30:41 -0600 Subject: [PATCH] ci: fix installing sd tool needed for deployment (#99) --- .github/workflows/deploy_git_tag.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_git_tag.yml b/.github/workflows/deploy_git_tag.yml index 2631431..95039ec 100644 --- a/.github/workflows/deploy_git_tag.yml +++ b/.github/workflows/deploy_git_tag.yml @@ -25,7 +25,8 @@ jobs: # 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. # If using sd on macos, "brew install" works great. for Linux, this is the recommended way. - name: Install sd CLI to use later in the workflow - uses: kenji-miyake/setup-sd@v1 + # uses: kenji-miyake/setup-sd@v1 + uses: levibostian/setup-sd@add-file-extension # Using fork until upstream Action has bug fixed in it. - name: Deploy git tag via semantic release uses: cycjimmy/semantic-release-action@v4