Skip to content

Commit

Permalink
feat(ci): use softprops/action-gh-release@v2 instead
Browse files Browse the repository at this point in the history
Longhorn 8980

Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit committed Jul 11, 2024
1 parent c5b278d commit 0150b6d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:

# Upload binaries to release
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
uses: softprops/action-gh-release@v2.0.6
env:
CUSTOM_GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
with:
repo_token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
file: '{bin/longhornctl*,checksum/longhornctl*}'
tag: ${{ github.ref }}
overwrite: true
file_glob: true
name: ${{ github.ref_name }}
tag_name: ${{ github.ref_name }}
files: |
bin/longhornctl*
checksum/longhornctl*
build_push_image:
name: Build and push image
Expand Down

0 comments on commit 0150b6d

Please sign in to comment.