From 2d7ff95426520b0b7a517fcba9a9c890cccfee34 Mon Sep 17 00:00:00 2001 From: gadotroee <55343099+gadotroee@users.noreply.github.com> Date: Tue, 8 Jun 2021 15:17:15 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 961808091..4dd162f45 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,8 @@ name: Releases on: push: branches: - - my-temp-release-check + - develop +# - my-temp-release-check jobs: build: @@ -12,25 +13,9 @@ jobs: - uses: actions/checkout@v2 - name: Build CLI run: cd cli && make build-all - - uses: ncipollo/release-action@v1 - with: - artifacts: "cli/bin/**" - token: ${{ secrets.GITHUB_TOKEN }} - commit: my-temp-release-check - tag: v0.0.2 -# 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/** +# - uses: ncipollo/release-action@v1 +# with: +# token: ${{ secrets.GITHUB_TOKEN }} +# artifacts: "cli/bin/**/" ## ?? +# commit: my-temp-release-check ## ?? +# tag: v0.0.2 ## TODO: get it from a variable or function ? (should include branch name and sem ver)