File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 },
66 "metadata" : {
77 "description" : " Portable TLA+ agent skills for Claude Code and other Agent Skills clients." ,
8- "version" : " 0.1.7 "
8+ "version" : " 0.1.8 "
99 },
1010 "plugins" : [
1111 {
1212 "name" : " tla-workbenches" ,
1313 "description" : " TLA+ skills for checking specs and writing proofs." ,
14- "version" : " 0.1.7 " ,
14+ "version" : " 0.1.8 " ,
1515 "author" : {
1616 "name" : " younes-io"
1717 },
Original file line number Diff line number Diff line change @@ -112,9 +112,8 @@ jobs:
112112 git fetch --tags --force origin
113113
114114 if git ls-remote --tags origin "refs/tags/${tag_name}" | grep -q .; then
115- echo "Tag already exists on origin: ${tag_name}; skipping release publish."
116- echo "created=false" >> "$GITHUB_OUTPUT"
117- exit 0
115+ echo "Tag already exists on origin: ${tag_name}; refusing to overwrite an existing release." >&2
116+ exit 1
118117 fi
119118
120119 git tag -a "${tag_name}" -m "Release ${tag_name}"
Original file line number Diff line number Diff line change 1- 0.1.7
1+ 0.1.8
Original file line number Diff line number Diff line change 11{
22 "name" : " tla-workbenches" ,
3- "version" : " 0.1.7 " ,
3+ "version" : " 0.1.8 " ,
44 "description" : " TLA+ skills for checking specs and writing proofs." ,
55 "author" : {
66 "name" : " younes-io"
Original file line number Diff line number Diff line change 11{
22 "name" : " tla-workbenches" ,
3- "version" : " 0.1.7 " ,
3+ "version" : " 0.1.8 " ,
44 "description" : " TLA+ skills for checking specs and writing proofs." ,
55 "author" : {
66 "name" : " younes-io" ,
You can’t perform that action at this time.
0 commit comments