Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsantanadev authored Apr 2, 2024
1 parent 19e96e5 commit c709179
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@ jobs:

- name: Build
run: go build -o go-gemini-cli

- name: Create release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Release description
draft: false
prerelease: false

- name: Upload CLI
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c709179

Please sign in to comment.