From e7cae0ec7d2b3ea6b1cd3551aceb2c4f8e3ab514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:05:40 +0000 Subject: [PATCH] Bump cloudsmith-io/cloudsmith-cli-action from 2.0.3 to 3.0.1 Bumps [cloudsmith-io/cloudsmith-cli-action](https://github.com/cloudsmith-io/cloudsmith-cli-action) from 2.0.3 to 3.0.1. - [Release notes](https://github.com/cloudsmith-io/cloudsmith-cli-action/releases) - [Changelog](https://github.com/cloudsmith-io/cloudsmith-cli-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cloudsmith-io/cloudsmith-cli-action/compare/159f1619275d5d3147f059c3cc110938ec221d16...db783de9f6e7a445e5e31d94f4210303b48a10a3) --- updated-dependencies: - dependency-name: cloudsmith-io/cloudsmith-cli-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc358c3..9f1ffa6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: with: subject-checksums: ./dist/checksums.txt - - uses: cloudsmith-io/cloudsmith-cli-action@159f1619275d5d3147f059c3cc110938ec221d16 # v2.0.3 + - uses: cloudsmith-io/cloudsmith-cli-action@db783de9f6e7a445e5e31d94f4210303b48a10a3 # v3.0.1 with: api-key: ${{ secrets.CLOUDSMITH_API_KEY_TASTENDRUCK }} - run: echo "VERSION=${TAG#v}" >> "$GITHUB_ENV"