LunarClient / Apollo

Next-generation Lunar Client server API
https://lunarclient.dev
MIT License
65 stars 15 forks source link

Fix - GitHub Release using the wrong commit #128

Closed ItsNature closed 4 months ago

ItsNature commented 4 months ago

Overview

Description: Currently, the automated GitHub Release process utilizes the latest commit from the master branch, which poses an issue for us. The GitHub Actions, including the release steps, are executed on a different branch, causing discrepancies in the release process.

Changes: Utilized the github.sha context variable to set the target commit for the release, ensuring it reflects the latest commit on the triggering branch.

Review Request Checklist