Skip to content

Commit

Permalink
Make snap use unannotated tag as version
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidtz committed Aug 13, 2022
1 parent 2ced262 commit fbec084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ parts:
- git
override-pull: |
snapcraftctl pull
snapcraftctl set-version $(git describe)
snapcraftctl set-version $(git describe --tags)
override-prime: |
mkdir -p conf
curl https://raw.githubusercontent.com/w3c/wot-thing-description/REC1.0/validation/td-json-schema-validation.json -o conf/wot_td_schema.json
Expand Down

0 comments on commit fbec084

Please sign in to comment.