nandi/nimstaticpublic Fork 0
6a1e2aa
Commits
Clone
git clone https://git.rickub.com/nandi/nimstatic.git
git clone ssh://git@rickub.com/nandi/nimstatic.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

ci: make the dispatch tag input optional

A dispatch with no inputs is the common case (the API cannot pass them), and
the resolve step already falls back to the newest v* tag.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
nandi committed 2026-09-19T18:02:30-07:00 Browse files
6a1e2aa parent: 6da556b
modified .rickub/workflows/release.yml +2 -2
@@ -11,8 +11,8 @@ on:
1111 workflow_dispatch:
1212 inputs:
1313 tag:
14- description: Existing tag to (re)build and attach binaries to
15- required: true
14+ description: Existing tag to (re)build and attach binaries to (default: the newest v*)
15+ required: false
1616
1717 permissions:
1818 contents: write # required — a job is read-only unless it asks
@@ -11,8 +11,8 @@ 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 to14+ description: Existing tag to (re)build and attach binaries to (default: the newest v*)
15- required: true15+ required: false
16 16
17 permissions:17 permissions:
18 contents: write # required — a job is read-only unless it asks18 contents: write # required — a job is read-only unless it asks