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 a4cf081 commit 200fd43Copy full SHA for 200fd43
.github/workflows/run-release.yml
@@ -24,7 +24,7 @@ jobs:
24
exit 0
25
fi
26
27
- git fetch --tags
+ git fetch origin
28
CURRENT_VERSION=$(git describe --tags --abbrev=0)
29
30
IFS='.' read -r MAJOR MINOR PATCH <<< "$CURRENT_VERSION"
0 commit comments