diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5d8a2a..27806ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: zip -r $OUTPUT base65536 - name: pre-release - uses: softprops/action-gh-release@v2.6.0 + uses: softprops/action-gh-release@v2.6.1 if: "! startsWith(github.ref, 'refs/tags/')" with: tag_name: nightly-${{ github.sha }} @@ -103,7 +103,7 @@ jobs: ${{ matrix.output }} - name: tagged-release - uses: softprops/action-gh-release@v2.6.0 + uses: softprops/action-gh-release@v2.6.1 if: startsWith(github.ref, 'refs/tags/') with: fail_on_unmatched_files: true