aws-cloudformation / cloudformation-resource-schema

The CloudFormation Resource Schema defines the shape and semantic for resources provisioned by CloudFormation. It is used by provider developers using the CloudFormation RPDK.
Apache License 2.0
90 stars 38 forks source link

Add release job to staging repo with Github Actions #113

Closed johnttompkins closed 3 years ago

johnttompkins commented 3 years ago

Issue #, if available:

Description of changes: This PR automates releases to our maven staging repo. Similar to https://github.com/aws-cloudformation/cloudformation-cli-java-plugin/pull/339

This release workflow uses the official java github action to set up the necessary credentials, and the deploy stage executes the command.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.