From 7b99dce7305abc901927f3f5736f751b1d6a983c Mon Sep 17 00:00:00 2001 From: Levi Bostian Date: Wed, 8 Nov 2023 10:18:30 -0600 Subject: [PATCH] ci: fix installing sd tool needed for deployment --- .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