Skip to content

Commit

Permalink
Build changelog before creating new Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsmith1968 committed Oct 30, 2022
1 parent 0ef8511 commit d7d616a
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 d7d616a

Please sign in to comment.