diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5060d82..5083aa3 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@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 + uses: softprops/action-gh-release@1853d73993c8ca1b2c9c1a7fede39682d0ab5c2a # v2.5.3 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 }}