From 11503adc083f02bd93358568cf662286d02933e3 Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:54:09 -0400 Subject: [PATCH] test publish cli action --- .github/workflows/publish.yaml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 92db40048..69e7960c8 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,9 +1,10 @@ -name: publish bin +name: publish cli on: push: tags: - "[0-9]+.[0-9]+.[0-9]+" - "[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+" + - "[0-9]+.[0-9]+.[0-9]*" branches: - "ci" jobs: @@ -66,17 +67,3 @@ jobs: tag: ${{ github.ref }} overwrite: true file_glob: true - - # TODO - # - name: libra-framework release build - # # size and performance optimized binary with profile.cli - # run: cargo b --release -p libra-framework - - # - name: CLI publish - # uses: svenstaro/upload-release-action@v2 - # with: - # repo_token: ${{ secrets.GITHUB_TOKEN }} - # file: target/release/libra-framework - # tag: ${{ github.ref }} - # overwrite: true - # file_glob: true