We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7ae11 commit 73d54cbCopy full SHA for 73d54cb
update-version.sh
100644
100755
@@ -73,7 +73,7 @@ else
73
git push "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/aws/aws-iot-device-sdk-cpp-v2.git" --tags
74
75
# now recreate the release on the updated tag
76
- gh release create ${version} --title "${title_value}" -p -n "${tag_message}"
+ gh release create ${version} --title "${title_value}" -n "${tag_message}"
77
fi
78
79
popd > /dev/null
0 commit comments