Skip to content

Commit

Permalink
Merge branch 'v1/dev' into v1/stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Meggle committed Mar 11, 2024
2 parents 1b6ab5d + abab8ca commit f34ff40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Install tools
run: apt update && apt-get -y install sudo jq tree
run: apt update && apt-get -y install sudo jq tree hub
- name: Create Checkmk Site
run: /docker-entrypoint.sh /bin/true
- name: Checkout Robotmk repository
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_NAME: ${GITHUB_REF_NAME##*/}
RELEASE_NAME: ${{ steps.tag.outputs.VERSION }}
with:
name: Release ${{ steps.tag.outputs.VERSION }}
body_path: RELEASE_CHANGELOG.md
Expand Down

0 comments on commit f34ff40

Please sign in to comment.