Skip to content

Commit

Permalink
clean-up build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Sep 5, 2024
1 parent e814e95 commit d74931c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
- name: Create Release
id: create_release
# uses: actions/create-release@v1
uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -73,17 +72,6 @@ jobs:
draft: false
prerelease: false

# - name: Upload CHANGES.md
# id: upload-changes
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ./LAST_CHANGES.md
# asset_name: LAST_CHANGES.md
# asset_content_type: text/plain

- name: Upload auth-proxy-tools
id: upload-auth-proxy-tools
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit d74931c

Please sign in to comment.