Skip to content

Commit 2300def

Browse files
committed
fix: fix ci
1 parent b62d126 commit 2300def

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
GITHUB_TOKEN: ${{ secrets.REPOSITORY_PUSH_ACCESS }}
5050
run: |
5151
output=$(npm exec semantic-release)
52-
echo "$output"
5352
version=$(echo "$output" | grep -oP '(?<=Published version: )\d+\.\d+\.\d+')
5453
echo "::set-output name=version::$version"
5554

0 commit comments

Comments
 (0)