Skip to content

Commit

Permalink
Tests package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Jun 5, 2024
1 parent 7c384c2 commit 27462eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
--package_cloud_api_token "${PACKAGE_CLOUD_API_TOKEN}" \
--repository_name "${PACKAGE_CLOUD_REPO_NAME}" \
--output_file_path "$(pwd)/packages" \
--current_branch "${GITHUB_REF##*/}" \
--current_branch "${MAIN_BRANCH}" \
--main_branch "${MAIN_BRANCH}"
trigger_package_tests:
name: Trigger package tests
Expand Down

0 comments on commit 27462eb

Please sign in to comment.