Skip to content

Commit

Permalink
remove release duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
iberdinsky-skilld committed Jun 6, 2024
1 parent 22ccc93 commit a01adb8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ jobs:
name: dist.tar.gz
path: client/dist.tar.gz

- name: Create GitHub release
uses: elgohr/Github-Release-Action@v5
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
title: ${{ github.ref_name }}

- name: Upload dist.zip and dist.tar.gz to the release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit a01adb8

Please sign in to comment.