Skip to content

v2021.06.29

Compare
Choose a tag to compare
@FISHMANPET FISHMANPET released this 29 Jun 19:55
· 23 commits to main since this release
785e489
  • Fixes #13 by removing the need for the deploy key entirely. Now the template will pull credentials directly from the service connection used to checkout the code when publishing a release against GitHub. The variable is left in the template for backwards compatibility, but it's no longer used.
  • Removes some of the debug comments for modules, per #6 when not in debug mode.
  • Rearranged the order of steps in the Publish, so the GitHub release is created before the module is published
  • Synced changes from deploy-module template to deploy-module-publish-only template