Skip to content

Commit

Permalink
Release test (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cortey authored Dec 8, 2023
1 parent 52639d2 commit 431d22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ then
fi

echo "Updating github release with assets"
UPLOAD_URL="https://uploads.github.com/repos/kyma-project/serverless-manager/releases/${RELEASE_ID}/assets"
UPLOAD_URL="https://uploads.github.com/repos/kyma-project/serverless/releases/${RELEASE_ID}/assets"

uploadFile "serverless-operator.yaml" "${UPLOAD_URL}?name=serverless-operator.yaml"
uploadFile "config/samples/default-serverless-cr.yaml" "${UPLOAD_URL}?name=default-serverless-cr.yaml"
Expand Down

0 comments on commit 431d22b

Please sign in to comment.