Skip to content

Commit

Permalink
Bump mikepenz/action-gh-release from 0.2.0.pre.a03 to 1
Browse files Browse the repository at this point in the history
Bumps [mikepenz/action-gh-release](https://github.com/mikepenz/action-gh-release) from 0.2.0.pre.a03 to 1.
- [Release notes](https://github.com/mikepenz/action-gh-release/releases)
- [Changelog](https://github.com/mikepenz/action-gh-release/blob/main/CHANGELOG.md)
- [Commits](mikepenz/action-gh-release@v0.2.0-a03...v1)

---
updated-dependencies:
- dependency-name: mikepenz/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
1 parent a8c0f15 commit 78453ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
uses: mikepenz/action-gh-release@v0.2.0-a03
uses: mikepenz/action-gh-release@v1
with:
body: ${{steps.github_release.outputs.changelog}}
prerelease: ${{ contains(github.ref, '-rc') || contains(github.ref, '-b') || contains(github.ref, '-a') }}
Expand Down

0 comments on commit 78453ad

Please sign in to comment.