Skip to content

Commit

Permalink
Bump ncipollo/release-action from 1.14.0 to 1.15.0
Browse files Browse the repository at this point in the history
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](ncipollo/release-action@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: ncipollo/release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 8b99c1c commit 18a1222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Create release draft
id: release_drafter
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1.15.0
with:
tag: ${{ steps.env.outputs.tag }}
name: 'RaspberryMatic ${{ steps.env.outputs.version }}'
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
done
- name: Update release draft
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1.15.0
with:
tag: ${{ needs.release_draft.outputs.tag }}
bodyFile: release-template.md/release-template.md
Expand Down

0 comments on commit 18a1222

Please sign in to comment.