Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.09k stars 339 forks source link

Use new github action output command #1123

Closed StefMa closed 4 months ago

StefMa commented 4 months ago

I just came across the old usage of defining output. I changed it. Honestly, I'm not sure if it works 😅 But I also have never seen such an setup anyways.. So 🤷

More info about the deprecation: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

SUPERCILEX commented 4 months ago

Seems reasonable, let's try it!

SUPERCILEX commented 4 months ago

Nope, didn't work: https://github.com/Triple-T/gradle-play-publisher/actions/runs/8369427019

SUPERCILEX commented 4 months ago

Probably needs workflow file adjustment.

StefMa commented 4 months ago

The version didn't contained -SNAPSHOT in my branch 🙃. You fixed it with the recent commit. Maybe give it another try?

SUPERCILEX commented 3 months ago

No sorry, you didn't see this because I forced pushed a revert, but I merged your code to master.

StefMa commented 3 months ago

Superseded by https://github.com/Triple-T/gradle-play-publisher/pull/1124