diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1a5ca1b..e2960640 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,7 @@ jobs: git checkout go1.23.4 cp ../wallet-sdk/cmd/wallet-sdk-gomobile/gopatches/* ./ git apply cmd_cgo__fix_unaligned_arguments_typedmemmove_crash_on_iOS.patch + git revert 3560cf0afb3c29300a6c88ccd98256949ca7a6f6 cd src && ./all.bash - name: Derive the new version run: | @@ -101,6 +102,7 @@ jobs: git checkout go1.23.4 cp ../wallet-sdk/cmd/wallet-sdk-gomobile/gopatches/* ./ git apply cmd_cgo__fix_unaligned_arguments_typedmemmove_crash_on_iOS.patch + git revert 3560cf0afb3c29300a6c88ccd98256949ca7a6f6 cd src && ./all.bash - name: Derive the new version run: |