Publish to TestFlight from Github actions

Поделиться
HTML-код
  • Опубликовано: 28 янв 2025

Комментарии • 3

  • @RafaelSales55
    @RafaelSales55 12 дней назад

    Hii thank you a lot for the video. Its seems better to use GitHub if the build does not take that long.
    Can you update the app using the workflow? Using Xcode for updating, you need to change version and build variables, but I don’t got how to update using the workflow

    • @anasdevscribbles
      @anasdevscribbles  12 дней назад +1

      You're welcome. It was already updated, check the links in the description. Build takes a while in my case and it will eat up free CI minutes fast. Changing the version is automated by release please and using conventional commits. Actually, release-please.yml is the workflow I use (github.com/amarjanica/react-native-sqlite-expo-demo/blob/main/.github/workflows/release-please.yml#L52), other workflows are just for demo purposes. I'd suggest you take a look at other videos I made on this matter. Just look at the GitHub README, I ordered the chapters.

    • @RafaelSales55
      @RafaelSales55 12 дней назад +1

      @@anasdevscribbles thank you a lot. I'm new to this area, but now with your comment I could understand release-please.yml 😁