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 0f12dba commit f5b1bf2Copy full SHA for f5b1bf2
.github/workflows/release.yml
@@ -21,16 +21,16 @@ jobs:
21
git config user.name "github-actions[bot]"
22
git config user.email "github-actions[bot]@users.noreply.github.com"
23
24
- - name: Bump version
+ - name: Version bump
25
run: npx release-it --ci
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
29
- - name: Extract version
30
- run: node scripts/ci-version.cjs
+ - name: Version extract
+ run: node scripts/ci-version-extract.cjs
31
id: version
32
33
- - name: Tag version
+ - name: Version tag
34
uses: jacobsvante/tag-major-minor-action@v0
35
with:
36
major: ${{ steps.version.outputs.major }}
scripts/ci-version.cjs renamed to scripts/ci-version-extract.cjs
0 commit comments