Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Added release workflow #180

Merged

Conversation

gaiksaya
Copy link
Member

Created a release workflow that is triggered upon creating tags and will upload the artifacts to s3

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

.github/workflows/test-workflow.yml Outdated Show resolved Hide resolved
.github/workflows/release-workflow.yml Show resolved Hide resolved
.github/workflows/release-workflow.yml Outdated Show resolved Hide resolved
.github/workflows/release-workflow.yml Outdated Show resolved Hide resolved
dbbaughe
dbbaughe previously approved these changes Mar 23, 2020
Copy link
Contributor

@dbbaughe dbbaughe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the changes!

@dbbaughe dbbaughe dismissed their stale review March 23, 2020 19:19

yaml syntax error

steps:
# This step uses the checkout Github action: https://github.com/actions/checkout
- name: Checkout Branch
uses: actions/checkout@v1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be a good idea to change this to checkout@v2. There is a known issue where reruns using this GitHub action end up failing and I believe it was fixed in v2.

dbbaughe
dbbaughe previously approved these changes Mar 23, 2020
qreshi
qreshi previously approved these changes Mar 23, 2020
@dbbaughe dbbaughe dismissed their stale review March 23, 2020 21:07

events

.github/workflows/release-workflow.yml Outdated Show resolved Hide resolved
@gaiksaya gaiksaya merged commit 015680c into opendistro-for-elasticsearch:master Mar 23, 2020
tlfeng pushed a commit that referenced this pull request Feb 6, 2021
* Added release workflow

* Modified test-workflow, added release upload for different files individually

* yaml syntax error rectified

* Github actions/checkout changed to v2

* Changes to the event

Co-authored-by: Drew Baugher <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants