Skip to content

Commit

Permalink
Bump shogo82148/actions-create-release from 1.4.3 to 1.4.4
Browse files Browse the repository at this point in the history
Bumps [shogo82148/actions-create-release](https://github.com/shogo82148/actions-create-release) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/shogo82148/actions-create-release/releases)
- [Commits](shogo82148/actions-create-release@v1.4.3...v1.4.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 6ebfe1a commit 81026f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo TAG_NAME="${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
- name: Create Release
id: create_release
uses: shogo82148/[email protected].3
uses: shogo82148/[email protected].4
with:
release_name: ${{ steps.branch_name.outputs.TAG_NAME }}
draft: true # So we can manually edit before publishing
Expand Down

0 comments on commit 81026f6

Please sign in to comment.