Skip to content

Commit 685d3aa

Browse files
committed
chore(deps): upgrade cloudsmith-cli to avoid incompatibility between cloudsmith-cli and clousmith-api
1 parent 243d2e2 commit 685d3aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Install Cloudsmith CLI
18-
run: pip install cloudsmith-cli==0.31.1
18+
run: pip install cloudsmith-cli
1919

2020
- name: Set up Go
2121
uses: actions/setup-go@v2
@@ -30,7 +30,7 @@ jobs:
3030
args: release --rm-dist
3131
env:
3232
# To publish the release on GitHub
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
# To publish on the Homebrew tap
3535
PAT_GITHUB: ${{ secrets.PAT_GITHUB }}
3636
# To publish on Cloudsmith

0 commit comments

Comments
 (0)