Skip to content

bugfix(ci): fix a bug in the package release workflow#609

Merged
Nicholas-Schaub merged 1 commit intoPolusAI:masterfrom
ndonyapour:bugfix/package-release-error
Apr 6, 2026
Merged

bugfix(ci): fix a bug in the package release workflow#609
Nicholas-Schaub merged 1 commit intoPolusAI:masterfrom
ndonyapour:bugfix/package-release-error

Conversation

@ndonyapour
Copy link
Copy Markdown
Member

Summary

Fixes the Package Release workflow failing when bump2version release runs for formats/file-renaming-tool.

Problem

.bumpversion.cfg referenced FileRenaming.cwl, but the repository file is filerenaming.cwl. On Linux (GitHub Actions), the filesystem is case-sensitive, so bump2version raised FileNotFoundError and the job exited with an error.

Change

  • Update [bumpversion:file:...] in formats/file-renaming-tool/.bumpversion.cfg to use filerenaming.cwl.

@Nicholas-Schaub Nicholas-Schaub merged commit e97aed7 into PolusAI:master Apr 6, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants