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 involve the
main.yml
file and the `Mag…
…icChatbox.csproj` file. In the `main.yml` file, the method of extracting the version number from the `csproj` file has been altered. Instead of directly reading the XML, a regular expression is now used. If the version number is not found, an error message is displayed and the process is halted. The `GITHUB_TOKEN` used in the `main.yml` file has also been changed from `secrets.GITHUB_TOKEN` to `secrets.MY_PAT` in the 'Create Release' and 'Upload Release Asset' steps. Additionally, a comment has been added to the `upload_url` in the 'Upload Release Asset' step to indicate that it uses the output from the 'create_release' step. In the `MagicChatbox.csproj` file, the version number has been incremented from `0.8.731` to `0.8.732`. Changes: 1. Updated the `main.yml` file to change the way the version number is extracted from the `csproj` file. It now uses a regular expression to find the version number. If the version number is not found, an error message is displayed and the process is stopped. 2. Changed the `GITHUB_TOKEN` used in the `main.yml` file from `secrets.GITHUB_TOKEN` to `secrets.MY_PAT` in both the 'Create Release' and 'Upload Release Asset' steps. 3. Added a comment to the `upload_url` in the 'Upload Release Asset' step of the `main.yml` file indicating that it uses the output from the 'create_release' step. 4. Incremented the version number in the `MagicChatbox.csproj` file from `0.8.731` to `0.8.732`.
- Loading branch information