Skip to content

Commit 3455fb8

Browse files
committed
ci: usi gh cli
1 parent 2e081ab commit 3455fb8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v3
1717

18-
- name: Set up GitHub CLI
19-
uses: cli/gh-action@v2
20-
with:
21-
version: latest
22-
2318
- name: Create Draft Release
2419
id: create_release
2520
run: |
@@ -76,11 +71,6 @@ jobs:
7671
with:
7772
path: ./artifacts
7873

79-
- name: Set up GitHub CLI
80-
uses: cli/gh-action@v2
81-
with:
82-
version: latest
83-
8474
- name: Upload Release Assets
8575
run: |
8676
for file in ./artifacts/*; do

0 commit comments

Comments
 (0)