You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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