Skip to content

Commit

Permalink
changed github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Fetoni committed Aug 23, 2024
1 parent 611f10d commit e98cd0c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
run: dotnet test ${{ env.TestsPath }} --configuration Release

create_release:
# https://github.com/actions/create-release
# if: github.event_name == 'release'
name: Create Release
runs-on: ubuntu-latest
Expand All @@ -77,10 +78,6 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
- First Change
- Second Change
draft: false
prerelease: false

Expand Down

0 comments on commit e98cd0c

Please sign in to comment.