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 change in the code is the replacement of the `GI…
…THUB_TOKEN` with `MY_PAT` in the `env` section of the `Create Release` job. This suggests a shift from using a GitHub token for authentication to a Personal Access Token (PAT). List of Changes: 1. The `GITHUB_TOKEN` in the `env` section of the `Create Release` job has been replaced with `MY_PAT`. This indicates a change in the authentication method from a GitHub token to a Personal Access Token (PAT). The rest of the code, including the creation of a zip file and the creation of a release with a specific tag name and release name, remains unchanged. The release is not a draft and is marked as a pre-release.
- Loading branch information