diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 429c366..bfc4882 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -192,7 +192,7 @@ jobs: name: maccatalyst-release - name: Create Release - uses: softprops/action-gh-release@1853d73993c8ca1b2c9c1a7fede39682d0ab5c2a # v2.5.3 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 with: tag_name: ${{ github.event_name == 'workflow_dispatch' && format('v{0}', github.event.inputs.version) || github.ref_name }} name: Release ${{ steps.get_version.outputs.version }}