You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GitHub Action for automated publish has been setup. To trigger the action, push to the upstream with tag article-<number>. After GA, remember to pull down all the changes.
Example of using git from command line after a conventional commit which i.e., a new article is uploaded:
git tag -a "article-42" -m "trigger publish action"
git push origin "article-42"
The GitHub Action for automated publish has been setup. To trigger the action, push to the upstream with tag
article-<number>
. After GA, remember to pull down all the changes.Example of using
git
from command line after a conventional commit which i.e., a new article is uploaded:@q1zhen @StevenYang818
The text was updated successfully, but these errors were encountered: