Tags: SAP-samples/sap-devs-cli
Tags
fix(ci): switch release workflow to workflow_dispatch The SAP-samples org ruleset blocks tag pushes and makes published release tags immutable. Switch to workflow_dispatch with a version input so the workflow creates the tag using GITHUB_TOKEN (which bypasses org rulesets for repo automation). Usage: gh workflow run release.yml -f version=0.0.14
fix(ci): delete pre-existing release before GoReleaser runs gh release create makes the release immutable immediately. GoReleaser cannot upload to it. Delete it first (keeping the tag) so GoReleaser can create a fresh draft release.
PreviousNext