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 52747be commit a503445Copy full SHA for a503445
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
run: |
34
- CURRENT_TAG=$(git describe --abbrev=0)
+ CURRENT_TAG=$(git describe --tags --abbrev=0)
35
NEW_VERSION=$(npm_config_yes=true npx semver "${CURRENT_TAG}" --increment ${{ github.event.inputs.semver_type }})
36
NEW_TAG="v${NEW_VERSION}"
37
RELEASE_TITLE="Release ${NEW_TAG}"
0 commit comments