From d8d8138512e4dddc4995549eaa5b5fbd70e99660 Mon Sep 17 00:00:00 2001 From: JunsuChoi Date: Mon, 27 Sep 2021 18:13:59 +0900 Subject: [PATCH] [Build] Print SubmitRequest Tag to Annotations Use the notice command of the workflow command. https://docs.github.com/en/actions/learn-github-actions/workflow-commands-for-github-actions#setting-a-notice-message This makes the SR Tag more easily exposed. --- .github/workflows/deploy-packages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-packages.yml b/.github/workflows/deploy-packages.yml index 82562b6b6..3882c28a8 100644 --- a/.github/workflows/deploy-packages.yml +++ b/.github/workflows/deploy-packages.yml @@ -99,3 +99,4 @@ jobs: git tag -m "Release $VERSION" $SUBMIT_TAG git push -f gerrit HEAD:$GERRIT_BRANCH git push gerrit refs/tags/$SUBMIT_TAG + echo "::notice title=Submit Request TAG::$SUBMIT_TAG" -- 2.34.1