We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b02c8 commit e033659Copy full SHA for e033659
.github/workflows/test.yml
@@ -92,6 +92,7 @@ jobs:
92
releases-only: false # The libxml2 repository doesn't use GitHub's "release" feature.
93
prefix: 'v${{ matrix.libxml_minor }}.' # Limit the result to the minor we're interested in.
94
sort-tags: true # Find the "greatest" version for that minor based on semver.
95
+ token: ${{ secrets.GITHUB_TOKEN }}
96
97
# To put it simply: we need to remove the 'v' prefix from the version number.
98
- name: "libxml2: parse the version to a patch version"
0 commit comments