Skip to content

Commit

Permalink
Preserve name and body of releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sabihoshi committed Apr 25, 2021
1 parent dbff775 commit a1e5c67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
uses: ncipollo/release-action@v1.8.4
with:
allowUpdates: true
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
replaceArtifacts: false
artifacts: ./${{ matrix.runtime }}.zip
artifactContentType: application/zip
replaceArtifacts: false
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a1e5c67

Please sign in to comment.