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: use --snapshot flag for GoReleaser dry-run mode (#40)
* fix: use --snapshot flag for GoReleaser dry-run mode
When running via workflow_dispatch in dry-run mode, GoReleaser failed
because the tag does not exist on the commit. Use --snapshot to skip
git state validation and build without publishing. Also skip Docker
setup/login steps during dry-run.
* refactor: simplify GoReleaser args by computing snapshot flag in resolve step
Move --snapshot flag computation into the resolve_tag step output
to eliminate duplicated args in the ternary expression.
0 commit comments