Skip to content

Commit

Permalink
Add changes to build yaml and remove from go-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Sep 4, 2024
1 parent 6ec2e8a commit 0d78192
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@ 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: ./CHANGES.md
asset_name: 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
5 changes: 0 additions & 5 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,3 @@ jobs:

- name: Test
run: make test

- name: Changes
run: |
make changes
cat CHANGES.md

0 comments on commit 0d78192

Please sign in to comment.