Skip to content

Commit

Permalink
Removed uploading binaries to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Apr 23, 2024
1 parent 58a4394 commit 8e60b53
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
- name: Prepare major version
run: echo "MAJOR_RELEASE_VERSION=$(echo "$RELEASE_VERSION" | awk -F '.' '{ print $1"."$2; }')" >> $GITHUB_ENV

- uses: AButler/[email protected]
with:
files: 'dist/*'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Release image
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 8e60b53

Please sign in to comment.