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 ac42d18 commit 12b0f03Copy full SHA for 12b0f03
.github/workflows/check-version.yml
@@ -36,6 +36,7 @@ jobs:
36
id: version
37
run: |
38
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"
40
echo "VERSION=$VERSION" >> $GITHUB_ENV
41
env:
42
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments