From 143ca4820ed0c61ae9ded38f6d84b10a347c0c3a Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 28 Jan 2024 21:27:07 +0000 Subject: [PATCH] argh --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b783e975..433352f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: zip -r shimmie2-${{ steps.get_version.outputs.VERSION }}.zip shimmie2 - name: Create Release - uses: softprops/action-gh-release@latest + uses: softprops/action-gh-release@v1 with: token: ${{ secrets.GITHUB_TOKEN }} name: Shimmie ${{ steps.get_version.outputs.VERSION }}