Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GitHub Action to trigger on new tag push
Update GitHub Action to trigger on new tag push and use updated actions * Update `actions/checkout` to use `v3` * Update `actions/create-release` to use `v2` * Replace deprecated `set-output` commands with `echo` and `GITHUB_ENV` * Modify steps to get tag name, previous tag, and release notes to use `GITHUB_ENV` * Update `CHANGELOG.md` with new tag and release notes using `GITHUB_ENV` * Commit and push changes with updated tag name --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/wpbones/wpkirk-helpers?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information