The existing GitHub Action should continue to work within GitHub workflows without requiring any changes from users.
Breaking Change
- The Docker image has been deprecated and removed. If you were directly using the image from any source, it will no longer function.
- The GitHub Action itself is not deprecated; however, it now triggers a 'composite action' on your active runner, which installs and executes the necessary .NET tools for creation and deployment.
What's Changed
- Convert to composite action by @MichielOda in #80
Full Changelog: v1...v1.1.0