Skip to content

Commit 2604624

Browse files
dependabot[bot]linkdotnet
authored andcommitted
Bump thomaseizinger/create-release from 1.0.0 to 2.0.0
Bumps [thomaseizinger/create-release](https://github.com/thomaseizinger/create-release) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/thomaseizinger/create-release/releases) - [Changelog](https://github.com/thomaseizinger/create-release/blob/master/CHANGELOG.md) - [Commits](thomaseizinger/create-release@1.0.0...2.0.0) --- updated-dependencies: - dependency-name: thomaseizinger/create-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9a101c commit 2604624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
git commit -m "Update Changelog.md for ${{github.event.inputs.versionIncrement}} release"
5454
git push origin main
5555
- name: Create release on GitHub
56-
uses: thomaseizinger/create-release@1.0.0
56+
uses: thomaseizinger/create-release@2.0.0
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.PAT }}
5959
with:

0 commit comments

Comments
 (0)