Skip to content

Commit

Permalink
Update ci-build.yml
Browse files Browse the repository at this point in the history
needs checkout
  • Loading branch information
martinsmith1968 authored Oct 29, 2022
1 parent ba3b939 commit 05603b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Tag git
uses: pkgdeps/git-tag-action@v2
with:
Expand All @@ -96,7 +99,7 @@ jobs:
git_tag_prefix: "v"
version: ${{ needs.build.outputs.assembly_version }}

- name: Build git Changelog
- name: Build Changelog
id: build_changelog
uses: mikepenz/[email protected]
env:
Expand Down

0 comments on commit 05603b0

Please sign in to comment.