From 82449bc854fe322394772365143b228dbfbfeb57 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Fri, 8 Dec 2023 10:22:59 -0500 Subject: [PATCH] Use v1 tag for gh-release. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8036b6c..f1ffbbc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,7 +50,7 @@ jobs: run: tar --zstd -cvf ${{ steps.version.outputs.name }}.tar.zst ${{ steps.version.outputs.name }} - name: Create release - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/v') with: files: "*.tar.zst"