Skip to content

Commit e4bcac4

Browse files
committed
chore: add run name
1 parent 56df16c commit e4bcac4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-kbcli.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ env:
1818
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
1919
PASSPHRASE: ${{ secrets.PASSPHRASE }}
2020

21+
run-name: Release KBCLI ${{ github.ref_name }}
22+
2123
jobs:
2224
create-release-jihulab:
2325
if: ${{ ! contains(github.ref_name, 'v0.5.') && ! contains(github.ref_name, 'v0.6.') && ! contains(github.ref_name, 'v0.7.') }}
@@ -53,6 +55,7 @@ jobs:
5355
- uses: actions/checkout@v4
5456
- name: install lib
5557
run: |
58+
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
5659
sudo apt-get update
5760
sudo apt-get install -y --no-install-recommends \
5861
libbtrfs-dev \

0 commit comments

Comments
 (0)