Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Publishing workflow does not generate GitHub releases anymore. #681

Open
mainrs opened this issue Feb 25, 2024 · 2 comments
Open

[BUG] Publishing workflow does not generate GitHub releases anymore. #681

mainrs opened this issue Feb 25, 2024 · 2 comments

Comments

@mainrs
Copy link

mainrs commented Feb 25, 2024

Describe the bug
Although the APK file is available as a build artifact inside the publish-playstore workflow. The matching GitHub releases do not get created.

- name: Create GH Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body: |
# Medito ${{ steps.release_version.outputs.version }}
## What's New?
NOTE: If you install Medito app using APK file, please make sure to verify that the APK file is signed by Medito Foundation. See [VERIFY_APK](VERIFY_APK.md) for more information.
draft: true
files: build/app/outputs/flutter-apk/medito-${{ steps.release_version.outputs.version }}.apk

The issue is that all updates seem to have failed before said action is executed. https://github.com/meditohq/medito-app/actions/runs/7645834161/job/20833316324. Tags have been published inside this repository. Meaning that the GH release step should have triggered. But it didn't.

It would be great if this can be fixed! Sadly, I am not familiar with flutter dev tools and fastlane, or else I would dig more into it.

@mainrs
Copy link
Author

mainrs commented Feb 25, 2024

I investigated a little bit.

This is different from the one I can observse on workflows on GitHub. The newest, passing publish-playstore workflow actually triggers the GH release step, but the tag information is weird.

image

When I run the workflow locally using act, I do not even reach the GH release step, since the fastlane-deploy step fails (as expected).

@mainrs
Copy link
Author

mainrs commented Feb 25, 2024

I also noticed this while investigating:
https://dcm.dev/blog/2023/06/06/announcing-dcm-free-version-sunset/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant