Skip to content

Commit

Permalink
test publish cli action
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Aug 14, 2024
1 parent b4150ea commit 11503ad
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 11503ad

Please sign in to comment.