chainguard-dev / bincapz

detect malicious program behaviors
Apache License 2.0
378 stars 24 forks source link

Release/Tag Workflow followup fixes #256

Closed egibs closed 3 weeks ago

egibs commented 3 weeks ago

This PR makes a few tweaks/additions:

  1. Uses sed -i instead of sed -i'' (MacOS testing artifact)
  2. Adds version output to the version bump Workflow for quick verification; uses a branch variable (I typo'd the branch name inadvertently which broke the push)
  3. Uses better (and correct) variables for the tag Workflow
  4. Uses GPG signing for tags (which will be needed for gitsign)
  5. Pushes the newly-created tag rather than all tags

Original errors: CleanShot 2024-06-09 at 17 30 57@2x CleanShot 2024-06-09 at 17 31 19@2x