ci: quote the dispatch input description, and bump to 0.1.3
An unquoted ": " inside the description is a plain-scalar colon; PyYAML reads it, the runner's parser does not, and the whole workflow failed to parse. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
691dd59 parent: 8f17878 modified
.rickub/workflows/release.yml +1 -1 | @@ -11,7 +11,7 @@ on: | ||
| 11 | 11 | workflow_dispatch: |
| 12 | 12 | inputs: |
| 13 | 13 | tag: |
| 14 | - description: Existing tag to (re)build and attach binaries to (default: the newest v*) | |
| 14 | + description: "Existing tag to rebuild; defaults to the newest v* tag" | |
| 15 | 15 | required: false |
| 16 | 16 | |
| 17 | 17 | permissions: |
| @@ -11,7 +11,7 @@ on: | |||
| 11 | workflow_dispatch: | 11 | workflow_dispatch: |
| 12 | inputs: | 12 | inputs: |
| 13 | tag: | 13 | tag: |
| 14 | - description: Existing tag to (re)build and attach binaries to (default: the newest v*) | 14 | + description: "Existing tag to rebuild; defaults to the newest v* tag" |
| 15 | required: false | 15 | required: false |
| 16 | 16 | ||
| 17 | permissions: | 17 | permissions: |
modified
nimstatic.nimble +1 -1 | @@ -1,4 +1,4 @@ | ||
| 1 | -version = "0.1.2" | |
| 1 | +version = "0.1.3" | |
| 2 | 2 | author = "nandi" |
| 3 | 3 | description = "Fully static Nim binaries, dependencies and all — detects what you link and fetches musl archives from Alpine" |
| 4 | 4 | license = "MIT" |
| @@ -1,4 +1,4 @@ | |||
| 1 | -version = "0.1.2" | 1 | +version = "0.1.3" |
| 2 | author = "nandi" | 2 | author = "nandi" |
| 3 | description = "Fully static Nim binaries, dependencies and all — detects what you link and fetches musl archives from Alpine" | 3 | description = "Fully static Nim binaries, dependencies and all — detects what you link and fetches musl archives from Alpine" |
| 4 | license = "MIT" | 4 | license = "MIT" |