Skip to content

Commit

Permalink
default tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Schwartz committed Jun 3, 2021
1 parent 86dd059 commit 986243c
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 @@ -450,7 +450,7 @@ jobs:
- run:
name: build appimage
command: |
sed -i "s/version: latest/version: $CIRCLE_TAG/" AppImageBuilder.yml
sed -i "s/version: latest/version: ${CIRCLE_TAG:-latest}/" AppImageBuilder.yml
make appimage
- run:
name: prepare workspace
Expand Down

0 comments on commit 986243c

Please sign in to comment.