You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: resolve broken action SHAs in release workflow
Replace non-resolvable commit SHA references with semver tags:
- actions/setup-go: SHA → v6
- actions/upload-artifact: SHA → v4
* feat: add workflow_dispatch to release workflow for testing
Allow manual triggering with tag input and dry-run mode to test
the release pipeline without publishing artifacts.
0 commit comments