Skip to content

Commit

Permalink
西元2024年05月18日 (週六) 20時55分00秒 CST
Browse files Browse the repository at this point in the history
  • Loading branch information
pulipulichen committed May 18, 2024
1 parent 2c26c36 commit c56abbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ echo "Steps:"
echo "1. Zenono GitHub Setting: https://zenodo.org/account/settings/github/"
echo "2. GitHub New Release: https://github.com/${GITHUB_USER}/${GITHUB_REPO}/releases/new"
echo "3. Zenono Repository Management: https://zenodo.org/account/settings/github/repository/${GITHUB_USER}/${GITHUB_REPO}"
echo "4. Create new tag and push to GitHub."
if [ -n "$DOI" ]; then
echo "4. Create a new tag and push to GitHub."
if [ "$DOI" != "null" ] && [ -n "$DOI" ]; then
echo "5. GitHub New Release Again: https://github.com/${GITHUB_USER}/${GITHUB_REPO}/releases/new"
echo "6. GitHub Homepage: ${GITHUB_HOMEPAGE}"
echo "7. Zenono Public: https://doi.org/${DOI}"
Expand Down

0 comments on commit c56abbb

Please sign in to comment.