Skip to content

Commit 4b21a43

Browse files
committed
ci: remove unused version
The tag is already set correctly
1 parent a2d9709 commit 4b21a43

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/semantic-release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
5151
run: |
5252
output=$(semantic-release version 2>&1)
53-
version=$(echo "$output" | head -n 1)
54-
echo "version=$version" >> $GITHUB_OUTPUT
5553
if echo "$output" | grep -q "The next version is"; then
5654
echo "released=true" >> $GITHUB_OUTPUT
5755
else

0 commit comments

Comments
 (0)