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