Skip to content

Commit

Permalink
[GitHub Actions] Fix release body
Browse files Browse the repository at this point in the history
Remove minor version from upload-release-asset.
  • Loading branch information
Margen67 authored and illusion0001 committed Apr 7, 2020
1 parent aa154a4 commit 686748f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,11 @@ jobs:
with:
tag_name: tag-${{ github.sha }}
release_name: xenia-canary-${{ github.sha }}
body: |
Changes in this Release
- First Change
- Second Change

- name: Upload Release Asset
if: github.event.action != 'pull_request' && github.ref == 'refs/heads/canary' && matrix.cpu_arch == 'AVX'
id: upload-release-asset
uses: actions/upload-release-asset@v1.0.1
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 686748f

Please sign in to comment.