Skip to content

Commit ffeb1ee

Browse files
author
Jehoszafat Zimnowoda
committed
chore(release): 0.8.0
1 parent bc68103 commit ffeb1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
git config --global user.email $GIT_USER@users.noreply.github.com
6464
git config --global user.name $GIT_USER
6565
echo "machine github.com login $GIT_USER password $GIT_PASSWORD" > ~/.netrc
66-
git tag -am "$COMMIT_MSG" $release_tag && git push --follow-tags origin main
66+
git tag -am "$COMMIT_MSG" $release_tag && git push --follow-tags
6767
changelog=$(cat CHANGELOG.md | awk -v n=2 '/### \[[0-9]*/&&!--n{exit}{print}')
6868
# now do some escaping because github does not help us here:
6969
changelog="${changelog//'%'/'%25'}"

0 commit comments

Comments
 (0)