Skip to content

Commit

Permalink
remove debug echo (#374)
Browse files Browse the repository at this point in the history
Signed-off-by: David Grove <groved@us.ibm.com>
  • Loading branch information
dgrove-oss committed May 3, 2023
1 parent 091a12c commit 5d5b23c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ jobs:
run: echo "KAR_VERSION=${GITHUB_REF_NAME#v}" >> "$GITHUB_ENV"
- name: Build CLI
run: |
echo $KAR_VERSION
./ci/build-cli-release.sh
- name: Create Release
uses: softprops/action-gh-release@v1
with:
name: ${{ env.KAR_VERSION }}
name: Release ${{ env.KAR_VERSION }}
fail_on_unmatched_files: true
files: |
./core/build/kar-linux-amd64.tgz
Expand Down

0 comments on commit 5d5b23c

Please sign in to comment.