diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f427a1f..71167b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: - name: pre-release - uses: softprops/action-gh-release@v2.6.1 + uses: softprops/action-gh-release@v3.0.0 if: "! startsWith(github.ref, 'refs/tags/')" with: tag_name: nightly-${{ github.sha }} @@ -75,7 +75,7 @@ jobs: webhook-429-test-linux.zip - name: tagged-release - uses: softprops/action-gh-release@v2.6.1 + uses: softprops/action-gh-release@v3.0.0 if: startsWith(github.ref, 'refs/tags/') with: fail_on_unmatched_files: true