We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe708c2 commit 655d09fCopy full SHA for 655d09f
.github/workflows/builder.yml
@@ -45,6 +45,7 @@ jobs:
45
[[ "$latest_tag" = v* ]] && latest_tag="${latest_tag:1}"
46
echo "Found tag: \"${latest_tag}\""
47
echo "latest_tag=$latest_tag" >> $GITHUB_ENV
48
+ echo "remote=https://github.com/statping-ng/statping-ng.git" >> $GITHUB_ENV
49
-
50
name: Check if the tag exists locally
51
uses: action-pack/tag-exists@v1
0 commit comments