Skip to content

Commit

Permalink
Merge pull request #12 from vania-pooh/master
Browse files Browse the repository at this point in the history
Removed uploading binaries to releases
  • Loading branch information
vania-pooh authored Apr 23, 2024
2 parents 58a4394 + 8e60b53 commit 98e6519
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 98e6519

Please sign in to comment.