From 862f4252c323658e95db25fbf76c6f3487f54452 Mon Sep 17 00:00:00 2001 From: Roee Gadot Date: Thu, 10 Jun 2021 21:17:07 +0300 Subject: [PATCH] yaml error --- .github/workflows/release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d84cadb5..dab02feed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: branches: - - my-temp-release-check + - my-temp-release-check jobs: build: @@ -19,9 +19,9 @@ jobs: id: version_parameters - name: Build CLI run: cd cli && make build-all CAL_VER=$(steps.version_parameters.outputs.cal_ver) BUILD_TIME_UTC=$(steps.version_parameters.outputs.build_time_utc) BUILD_TIMESTAMP=$(steps.version_parameters.outputs.build_timestamp) - - uses: ncipollo/release-action@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - artifacts: "cli/bin/**/" - commit: my-temp-release-check - tag: v0.0.1 \ No newline at end of file + - uses: ncipollo/release-action@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} + artifacts: "cli/bin/**/" + commit: my-temp-release-check + tag: v0.0.1 \ No newline at end of file