Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The most significant changes include the update of the
run-name
in …
…the `Build & Release` job to incorporate the version number from the GitHub event inputs. Additionally, an environment variable `GH_TOKEN` has been introduced to several steps, and the `run` commands in two steps have been simplified. 1. The `run-name` in the `Build & Release` job now includes the version number from the GitHub event inputs. This change allows for better tracking and identification of different versions of the build. 2. The `GH_TOKEN` environment variable has been added to the `Create tag`, `Create release draft`, and `Upload MSI to release` steps. This variable is set to the value of the `GITHUB_TOKEN` secret, which helps in authenticating and authorizing actions within these steps. 3. The `run` commands in the `Create release draft` and `Upload MSI to release` steps have been simplified. The multiline string syntax (`|-`) has been removed, making the commands more straightforward. However, the commands themselves remain the same, ensuring that the functionality of these steps is not affected. References to the code changes can be found in the respective files and steps mentioned above.
- Loading branch information