Skip to content

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

Open
ndonyapour wants to merge 1 commit intoPolusAI:masterfrom
ndonyapour:bugfix/package-release-error
Open

bugfix(ci): fix a bug in the package release workflow#609
ndonyapour wants to merge 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.

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.

1 participant