From b739c5fdb661e9f1fb699f79735d5fa22efee1c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:26:32 +0000 Subject: [PATCH] Build(deps): bump issue-ops/releaser from 0.1.3 to 1.0.0 Bumps [issue-ops/releaser](https://github.com/issue-ops/releaser) from 0.1.3 to 1.0.0. - [Release notes](https://github.com/issue-ops/releaser/releases) - [Commits](https://github.com/issue-ops/releaser/compare/v0.1.3...v1.0.0) --- updated-dependencies: - dependency-name: issue-ops/releaser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 7c3f3e2..bf1a361 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -38,6 +38,6 @@ jobs: - name: Create Release id: release - uses: issue-ops/releaser@v0.1.3 + uses: issue-ops/releaser@v1.0.0 with: tag: v${{ steps.tag.outputs.version }}