We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc68103 commit ffeb1eeCopy full SHA for ffeb1ee
.github/workflows/main.yml
@@ -63,7 +63,7 @@ jobs:
63
git config --global user.email $GIT_USER@users.noreply.github.com
64
git config --global user.name $GIT_USER
65
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
+ git tag -am "$COMMIT_MSG" $release_tag && git push --follow-tags
67
changelog=$(cat CHANGELOG.md | awk -v n=2 '/### \[[0-9]*/&&!--n{exit}{print}')
68
# now do some escaping because github does not help us here:
69
changelog="${changelog//'%'/'%25'}"
0 commit comments