diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e023e25..9eb56c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,7 +157,7 @@ jobs: cp dist/artifacts/build-windows/otezip.exe dist/release/otezip-windows.exe - name: Create GitHub release - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.6.1 with: name: ${{ needs.check_release.outputs.tag_name }} tag_name: ${{ needs.check_release.outputs.tag_name }}