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
Run requarks/changelog-action@v1 Using input tag: v0.3.0-post.1 Error: Provided tag doesn't match latest tag v0.3.0-post.1.
My workflow is ok at other times, but failed when tag name is v0.3.0-post.1, is that unsupported for -post tag or some mistakes causes by myself?
v0.3.0-post.1
-post
Here is a part of my workflow file:
- name: Generate Changelog id: changelog uses: requarks/changelog-action@v1 with: token: ${{ github.token }} tag: ${{ github.ref_name }} includeInvalidCommits: true changelogFilePath: CHANGELOG.md writeToFile: true useGitmojis: false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My workflow is ok at other times, but failed when tag name is
v0.3.0-post.1
, is that unsupported for-post
tag or some mistakes causes by myself?Here is a part of my workflow file:
The text was updated successfully, but these errors were encountered: