diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f7daf79..120355a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -86,7 +86,7 @@ jobs: # REF: https://github.com/marketplace/actions/gh-release - name: Publish Archive - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.0 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: draft: false