Skip to content

Commit 650dcb0

Browse files
committed
ci: Fix tag command
1 parent 1def332 commit 650dcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
if [ -n "$tagName" ];
124124
then
125125
git tag v$tagName
126-
git push -q https://$GITHUB_TOKEN@github.com/serverless/test --tags
126+
git push -q https://$GITHUB_TOKEN@github.com/serverless/serverless-google-cloudfunctions --tags
127127
fi
128128
129129
# version tag

0 commit comments

Comments
 (0)