commit 2851b0dcc5c224d58b6d40cf14baa8c283b5bf75
parent a97008e8f1216f80dc74512d98e81813e50b35c0
Author: figsoda <figsoda@pm.me>
Date: Thu, 24 Aug 2023 10:13:14 -0400
parent a97008e8f1216f80dc74512d98e81813e50b35c0
Author: figsoda <figsoda@pm.me>
Date: Thu, 24 Aug 2023 10:13:14 -0400
ci: fix release
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: ${{ format('refs/tags/{0}', inputs.tag) }} + ref: ${{ inputs.tag != null && format('refs/tags/{0}', inputs.tag) || '' }} - uses: DeterminateSystems/nix-installer-action@v4 - uses: DeterminateSystems/flakehub-push@v3 with: