From 8bbdcb6877f53be24694c6f4cf03e271c8e9b781 Mon Sep 17 00:00:00 2001 From: gadotroee <55343099+gadotroee@users.noreply.github.com> Date: Tue, 8 Jun 2021 14:54:13 +0300 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 000000000..aab919d8f --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,16 @@ +name: Release +on: + push: + branches: + - my-temp-release-check +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: GH Release + uses: softprops/action-gh-release@v0.1.5 + with: + name: ${GITHUB_SHA} + files: | + - cli/bin/**