Skip to content

Commit 2d59fde

Browse files
committed
fix: -v option for main command
1 parent e86df6b commit 2d59fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
env:
5050
GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
5151
run: |
52-
output=$(semantic-release version -v 2>&1)
52+
output=$(semantic-release -v version 2>&1)
5353
status=$?
5454
echo "$output"
5555
if echo "$output" | grep -q "The next version is"; then

0 commit comments

Comments
 (0)