tiki-deprecated / publish-sdk-flutter

TIKI SDK (Flutter) - Consumer Data Licensing
https://mytiki.com/docs/sdk-overview
MIT License
4 stars 4 forks source link

Fix: release action should checkout the release branch, not main #186

Closed ricardobrg closed 1 year ago

ricardobrg commented 1 year ago

In the release action, the checked-out branch should be the release branch.

The action uses the main branch, which compiles the old version of the code (before the PR). Android and iOS binaries end up with the old version of the SDK.

ricardobrg commented 1 year ago

All assets updated correctly IN 1.1.2

https://github.com/tiki/tiki-sdk-flutter/releases/tag/1.1.2

Image