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 }}