Skip to content

Commit

Permalink
ci(deps): bump nekofar/create-github-release from 1.0.12 to 1.0.13
Browse files Browse the repository at this point in the history
Bumps [nekofar/create-github-release](https://github.com/nekofar/create-github-release) from 1.0.12 to 1.0.13.
- [Release notes](https://github.com/nekofar/create-github-release/releases)
- [Changelog](https://github.com/nekofar/create-github-release/blob/master/CHANGELOG.md)
- [Commits](nekofar/create-github-release@v1.0.12...v1.0.13)

---
updated-dependencies:
- dependency-name: nekofar/create-github-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent c03f853 commit f1fa942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ jobs:
# Create a new release draft which is not publicly visible and requires manual acceptance
- name: Create Release Draft
uses: nekofar/create-github-release@v1.0.12
uses: nekofar/create-github-release@v1.0.13
with:
tag: v${{ needs.build.outputs.version }} # The name of the tag to be released
title: v${{ needs.build.outputs.version }} # The title for the release
Expand Down

0 comments on commit f1fa942

Please sign in to comment.