File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 45
45
env :
46
46
GH_TOKEN : ${{ github.token }}
47
47
run : |
48
- BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)
48
+ export BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)
49
49
echo "Tagging against branch: $BRANCH_NAME"
50
- ./scripts/tagging/tag_new_release.sh --generate-notes --target $BRANCH_NAME -d # Note this is a draft for now.
50
+ ./scripts/tagging/tag_new_release.sh --generate-notes --target " $BRANCH_NAME" -d # Note this is a draft for now.
51
51
52
52
Original file line number Diff line number Diff line change @@ -54,4 +54,5 @@ echo "SDK release revisions: $SDK_RELEASE_REVISIONS"
54
54
echo " New release: $NEW_RELEASE_TAG "
55
55
echo " Additional arguments: $ADDITIONAL_ARGS "
56
56
57
- gh release create " $ADDITIONAL_ARGS " --notes-start-tag " $CURRENT_RELEASE " " $NEW_RELEASE_TAG " " $@ "
57
+ echo executing: gh release create " $NEW_RELEASE_TAG " --notes-start-tag " $CURRENT_RELEASE " " $@ " " $ADDITIONAL_ARGS "
58
+ gh release create " $NEW_RELEASE_TAG " " --notes-start-tag" " $CURRENT_RELEASE " " $@ " " $ADDITIONAL_ARGS "
You can’t perform that action at this time.
0 commit comments