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
Wanted to see if folks knew of other projects using github actions to build and publish releases. It would probably be reasonably straight-forward to roll something custom, but there are a number of different strategies in terms of how those actions are triggered, what side effects they have, etc. that have some room for interpretation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi All,
Wanted to see if folks knew of other projects using github actions to build and publish releases. It would probably be reasonably straight-forward to roll something custom, but there are a number of different strategies in terms of how those actions are triggered, what side effects they have, etc. that have some room for interpretation.
Prior art on the subject seems to be:
This is an open discussion on actions-rs/meta.
The most obvious thing to me seems to be:
cargo publish --dry-run
as a gating action against all pull requests that bump the version in Cargo.tomlcargo publish
, (with the secret stored in Github Secrets).@UebelAndre, fyi
Beta Was this translation helpful? Give feedback.
All reactions