Skip to content

Commit

Permalink
ci: usi gh cli
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Jul 17, 2024
1 parent 2e081ab commit 3455fb8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up GitHub CLI
uses: cli/gh-action@v2
with:
version: latest

- name: Create Draft Release
id: create_release
run: |
Expand Down Expand Up @@ -76,11 +71,6 @@ jobs:
with:
path: ./artifacts

- name: Set up GitHub CLI
uses: cli/gh-action@v2
with:
version: latest

- name: Upload Release Assets
run: |
for file in ./artifacts/*; do
Expand Down

0 comments on commit 3455fb8

Please sign in to comment.