We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31a4216 + a74c1ff commit 56b19c4Copy full SHA for 56b19c4
1 file changed
.github/workflows/pre-release.yml
@@ -65,7 +65,7 @@ jobs:
65
echo "## $NEXT_VERSION ($(date -I))" > changelog.md
66
67
# Build arguments for the API call
68
- ARGS=("--method" "POST" "-H" "Accept: application/vnd.github.v3+json" "/repos/SFDO-Tooling/CumulusCI/releases/generate-notes" "-f" "target_commitish=main" "-f" "tag_name=$NEXT_VERSION")
+ ARGS=("--method" "POST" "-H" "Accept: application/vnd.github.v3+json" "/repos/jorgesolebur/CumulusCI_AzureDevOps/releases/generate-notes" "-f" "target_commitish=main" "-f" "tag_name=$NEXT_VERSION")
69
if [ -n "$PREVIOUS_VERSION" ]; then
70
echo "Generating notes between $PREVIOUS_VERSION and $NEXT_VERSION"
71
ARGS+=("-f" "previous_tag_name=$PREVIOUS_VERSION")
0 commit comments