Skip to content

Update release.yml to use ucsc/actions release workflow#97

Merged
Herm71 merged 3 commits into
mainfrom
Herm71/issue96
May 11, 2026
Merged

Update release.yml to use ucsc/actions release workflow#97
Herm71 merged 3 commits into
mainfrom
Herm71/issue96

Conversation

@Herm71
Copy link
Copy Markdown
Member

@Herm71 Herm71 commented May 11, 2026

What does this do/fix?

Fixes #96
Updates the release.yml fine to utilize the "global" ucsc/actions workflow.

Tests

Issue a new release with a tag. Push with --follow-tags flag.
To test the workflow without a tag, issue a Github CLI command:
gh workflow run release.yml --ref name-of-branch
This should initialize the workflow; however, it will fail because there is no tag.
image
Any errors that occur prior to this failure have been fixed, namely:
composer.json needed to be updated to include a Name, Description and License. composer.lock file updated to reflect this.

@Herm71 Herm71 marked this pull request as ready for review May 11, 2026 19:53
@Herm71 Herm71 requested a review from knice May 11, 2026 19:53
@Herm71 Herm71 self-assigned this May 11, 2026
@Herm71 Herm71 added the change Change to an existing but not broken feature label May 11, 2026
Copy link
Copy Markdown
Member

@knice knice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Herm71 Herm71 merged commit 66d4284 into main May 11, 2026
1 check failed
@Herm71 Herm71 deleted the Herm71/issue96 branch May 11, 2026 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

change Change to an existing but not broken feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update release workflow to use shared release repo

2 participants