Skip to content

Commit

Permalink
Create release in github
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 25, 2020
1 parent 8de2835 commit b092ad5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
run: |
dotnet tool install --local Credfeto.ChangeLog.Cmd --version ${{ env.BUILD_VERSION }} --add-source dist
dotnet changelog -changelog CHANGELOG.md -extract RELEASE_NOTES.md -version ${{ env.BUILD_VERSION }}
# - name: Create Release
# id: create_release
# uses: actions/create-release@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# tag_name: v${{ env.BUILD_VERSION }}
# release_name: Release ${{ env.BUILD_VERSION }}
# body_path: RELEASE_NOTES.md
# draft: false
# prerelease: false
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ env.BUILD_VERSION }}
release_name: Release ${{ env.BUILD_VERSION }}
body_path: RELEASE_NOTES.md
draft: false
prerelease: false

0 comments on commit b092ad5

Please sign in to comment.