Skip to content

Commit 928ac54

Browse files
authored
fix(release): publish v0.1.8 safely (#18)
Signed-off-by: younes-io <git@younes.io>
1 parent f4d1289 commit 928ac54

5 files changed

Lines changed: 7 additions & 8 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
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
},

.github/workflows/release-on-version-change.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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}"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.7
1+
0.1.8

plugins/tla-workbenches/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

plugins/tla-workbenches/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)