From 4df30b95106157c54066cdd5c6fc197189fda14b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 18:00:54 +0000 Subject: [PATCH] Bump ghalactic/github-release-from-tag from 4 to 5 Bumps [ghalactic/github-release-from-tag](https://github.com/ghalactic/github-release-from-tag) from 4 to 5. - [Release notes](https://github.com/ghalactic/github-release-from-tag/releases) - [Changelog](https://github.com/ghalactic/github-release-from-tag/blob/main/CHANGELOG.md) - [Commits](https://github.com/ghalactic/github-release-from-tag/compare/v4...v5) --- updated-dependencies: - dependency-name: ghalactic/github-release-from-tag dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/shared-publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared-publish-release.yml b/.github/workflows/shared-publish-release.yml index 54fcc97..95a840c 100644 --- a/.github/workflows/shared-publish-release.yml +++ b/.github/workflows/shared-publish-release.yml @@ -11,6 +11,6 @@ jobs: uses: actions/checkout@v3 - name: Create GitHub release from tag commit message - uses: ghalactic/github-release-from-tag@v4 + uses: ghalactic/github-release-from-tag@v5 with: token: ${{ secrets.GITHUB_TOKEN }}