Skip to content

v2.5.1

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 25 Sep 14:20
692a10e
fix: replace context with default var @goruha (#63) ## what - Replace context with default variable

why

  • When using container within GitHub Actions, context value is incorrect. Default variable value remains correct.
  • As github.action_path is used during step execution (within runner), it can be replaced by default variable.

references

🤖 Automatic Updates

Update .github/settings.yml @osterman (#61) ## what - Update `.github/settings.yml` - Drop `.github/auto-release.yml` files

why

  • Re-apply .github/settings.yml from org level
  • Use organization level auto-release settings

references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub