From a2f240422b391dc92e9958d54605ce992529ebf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 08:05:33 +0000 Subject: [PATCH] Bump cloudsmith-io/cloudsmith-cli-action from 3.0.1 to 3.1.0 Bumps [cloudsmith-io/cloudsmith-cli-action](https://github.com/cloudsmith-io/cloudsmith-cli-action) from 3.0.1 to 3.1.0. - [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/db783de9f6e7a445e5e31d94f4210303b48a10a3...ad73fafb92e3e29a5166c529464c2df7658a608e) --- updated-dependencies: - dependency-name: cloudsmith-io/cloudsmith-cli-action dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 738106f..bf04505 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@db783de9f6e7a445e5e31d94f4210303b48a10a3 # v3.0.1 + - uses: cloudsmith-io/cloudsmith-cli-action@ad73fafb92e3e29a5166c529464c2df7658a608e # v3.1.0 with: api-key: ${{ secrets.CLOUDSMITH_API_KEY_TASTENDRUCK }} - run: echo "VERSION=${TAG#v}" >> "$GITHUB_ENV"