Skip to content

Commit

Permalink
Merge pull request #988 from CircleCI-Public/fix-snap-deploy
Browse files Browse the repository at this point in the history
fix snapcraft deploy
  • Loading branch information
JulesFaucherre authored Aug 8, 2023
2 parents 4c2679c + 4fe5391 commit 08f5061
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 08f5061

Please sign in to comment.