Skip to content

Commit

Permalink
Merge pull request #80 from bugrakocabay/bugrakocabay-patch-2
Browse files Browse the repository at this point in the history
Update release.yaml
  • Loading branch information
bugrakocabay authored Feb 18, 2024
2 parents ee108d5 + 678d1f8 commit ff34490
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,6 @@ jobs:
run: |
tar -czvf konsume.tar.gz konsume plugins
- 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 }}
draft: false
prerelease: false

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit ff34490

Please sign in to comment.