Skip to content

Commit

Permalink
Merge pull request #7 from martinsmith1968/feature/release-notes
Browse files Browse the repository at this point in the history
Build changelog before creating new Tag
  • Loading branch information
martinsmith1968 authored Oct 30, 2022
2 parents 0ef8511 + d7d616a commit c158f92
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Tag git
uses: pkgdeps/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_repo: ${{ github.repository }}
git_commit_sha: ${{ github.sha }}
git_tag_prefix: "v"
version: ${{ needs.setup.outputs.assembly_version }}

- name: Build Changelog
id: build_changelog
uses: mikepenz/[email protected]
Expand All @@ -182,6 +173,15 @@ jobs:
name: Release ${{ needs.setup.outputs.assembly_version }}
body: ${{ steps.build_changelog.outputs.changelog }}

- name: Tag git
uses: pkgdeps/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_repo: ${{ github.repository }}
git_commit_sha: ${{ github.sha }}
git_tag_prefix: "v"
version: ${{ needs.setup.outputs.assembly_version }}

##########################################################
## Publish to NuGet
publish:
Expand Down

0 comments on commit c158f92

Please sign in to comment.