Fix CLI release workflow after npm publish #283
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#283
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The
cli-v0.0.5workflow successfully published@barrettruth/delta@0.0.5to npm, but the Forgejo Actions run still ended in failure after publish. The Forgejo release object was missing and had to be created manually with the published npm tarball asset.Evidence
@barrettruth/delta@0.0.5.2609/ actions run58failed after about 85 seconds.cli-v0.0.5release was manually created after the workflow failure.Acceptance criteria
tea login add,tea releases delete, ortea releases create.