Skip to content

Commit

Permalink
comment out upload changes section
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Sep 4, 2024
1 parent 2c546f6 commit f15c171
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ jobs:
make release
make last_changes
- 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 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: Create Release
id: create_release
Expand Down

0 comments on commit f15c171

Please sign in to comment.