[Build] Print SubmitRequest Tag to Annotations
authorJunsuChoi <jsuya.choi@samsung.com>
Mon, 27 Sep 2021 09:13:59 +0000 (18:13 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 28 Sep 2021 09:50:16 +0000 (18:50 +0900)
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

index 82562b6..3882c28 100644 (file)
@@ -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"