Skip to content

Commit

Permalink
fix snapcraft deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFaucherre committed Aug 7, 2023
1 parent 4afe3de commit 4fe5391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
- attach_workspace:
at: .
- run: |
TAG=$(./dist/circleci-cli_linux_amd64/circleci version | cut -d' ' -f 1) && export TAG
TAG=$(./dist/circleci-cli_linux_amd64_v1/circleci version | cut -d' ' -f 1) && export TAG
sed -i -- "s/%CLI_VERSION_PLACEHOLDER%/$TAG/g" snap/snapcraft.yaml
- run: snapcraft
- run:
Expand Down

0 comments on commit 4fe5391

Please sign in to comment.