Skip to content

Commit

Permalink
housekeeping: Further fixes to release (#24)
Browse files Browse the repository at this point in the history
* housekeeping: fix build yaml

* housekeeping: Include pack in release

* housekeeping: Further fixes
  • Loading branch information
glennawatson committed Sep 25, 2021
1 parent 806f076 commit 6d8751e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -64,16 +64,16 @@ jobs:
nuget sign -Timestamper http://timestamp.digicert.com -CertificateFingerprint ${{ secrets.SIGN_CERTIFICATE_HASH }} **/*.nupkg
- name: Changelog
uses: glennawatson/ChangeLog@v1
uses: glennawatson/ChangeLog@v1.1
id: changelog

- name: Create Release
uses: actions/create-release@v1.1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ needs.build.outputs.nbgv }}
release_name: ${{ needs.build.outputs.nbgv }}
tag_name: ${{ steps.nbgv.outputs.SemVer2 }}
release_name: ${{ steps.nbgv.outputs.SemVer2 }}
body: |
${{ steps.changelog.outputs.commitLog }}
Expand Down

0 comments on commit 6d8751e

Please sign in to comment.