diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 328597f..058f97d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: PATH="./bin/:$PATH" ./build.sh - name: pre-release - uses: softprops/action-gh-release@v2.0.6 + uses: softprops/action-gh-release@v2.0.8 if: "! startsWith(github.ref, 'refs/tags/')" with: tag_name: "latest" @@ -47,7 +47,7 @@ jobs: resources.tar - name: tagged-release - uses: softprops/action-gh-release@v2.0.6 + uses: softprops/action-gh-release@v2.0.8 if: startsWith(github.ref, 'refs/tags/') with: prerelease: false