rhysd / changelog-from-release

Simple changelog generator from GitHub releases
https://github.com/rhysd/changelog-from-release/blob/master/CHANGELOG.md
MIT License
83 stars 14 forks source link

Version 3.5.2 and up causes a 404 error #19

Closed Kahera closed 1 year ago

Kahera commented 1 year ago

Starting at version 3.5.2, I get the following error: image

Downgrading back to 3.5.1 makes the action work as expected again: image

For reference in case it's useful, the workflow is set up in the following way:

(The workflow was naturally created before the PR-option for this action was avaliable, which is the reasoning for the branching).

rhysd commented 1 year ago

@Kahera Thanks for reporting this. Is it a private repository?

Kahera commented 1 year ago

@rhysd Yes, it is.

rhysd commented 1 year ago

OK, I'll try to reproduce this. Actually I didn't consider that GitHub returns 404 on private repositories since I'm using this tool for public projects only. I should add tests for private repos.

rhysd commented 1 year ago

Please try the latest version 3.6.1.

https://github.com/rhysd/changelog-from-release/releases/tag/v3.6.1

Kahera commented 1 year ago

That works - thank you for the quick fix! 🥳