Skip to content

Commit 12b0f03

Browse files
authored
ci(cd): debug version checker
1 parent ac42d18 commit 12b0f03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
id: version
3737
run: |
3838
VERSION=$(npx semantic-release --dry-run | grep -oP 'The next release version is \K[0-9]+\.[0-9]+\.[0-9]+')
39+
echo "Extracted VERSION=$VERSION"
3940
echo "VERSION=$VERSION" >> $GITHUB_ENV
4041
env:
4142
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)