We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62d126 commit 2300defCopy full SHA for 2300def
1 file changed
.github/workflows/release.yml
@@ -49,7 +49,6 @@ jobs:
49
GITHUB_TOKEN: ${{ secrets.REPOSITORY_PUSH_ACCESS }}
50
run: |
51
output=$(npm exec semantic-release)
52
- echo "$output"
53
version=$(echo "$output" | grep -oP '(?<=Published version: )\d+\.\d+\.\d+')
54
echo "::set-output name=version::$version"
55
0 commit comments