Skip to content

Commit 48e8517

Browse files
chore: Use goreleaser installed using mise (#550)
1 parent de49cc1 commit 48e8517

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.circleci/continue_config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -283,14 +283,6 @@ jobs:
283283
source $BASH_ENV
284284
# Install tools from mise.toml
285285
mise install --verbose
286-
- run:
287-
name: Install goreleaser pro
288-
command: |
289-
mkdir -p /tmp/goreleaser
290-
cd /tmp/goreleaser
291-
curl -L -o goreleaser.tgz https://github.com/goreleaser/goreleaser-pro/releases/download/v2.13.3-pro/goreleaser-pro_Linux_x86_64.tar.gz
292-
tar -xzvf goreleaser.tgz
293-
mv goreleaser /usr/local/bin/goreleaser
294286
- run:
295287
name: Configure Docker
296288
command: |

0 commit comments

Comments
 (0)