We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/heinrichreimer/action-github-changelog-generator/blob/22661924db8a133532edb412177e092b5e804efd/entrypoint.sh#L27
If onlyLastTag option is used, the action fails with fatal: Not a valid object name
onlyLastTag
fatal: Not a valid object name
It works when the quotes are removed from "$(git rev-list --tags --skip=1 --max-count=1)"
"$(git rev-list --tags --skip=1 --max-count=1)"
The text was updated successfully, but these errors were encountered:
If anyone mess with that problem , just try to checkout with fetch-depth: 0, before generate change log step.
uses: actions/checkout@v2 with: fetch-depth: 0
Sorry, something went wrong.
e928fd0
No branches or pull requests
https://github.com/heinrichreimer/action-github-changelog-generator/blob/22661924db8a133532edb412177e092b5e804efd/entrypoint.sh#L27
If
onlyLastTag
option is used, the action fails withfatal: Not a valid object name
It works when the quotes are removed from
"$(git rev-list --tags --skip=1 --max-count=1)"
The text was updated successfully, but these errors were encountered: