Skip to content

Commit c30b80b

Browse files
committed
release cicd: package version handling
1 parent 60f8ad9 commit c30b80b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
echo "docker_version: ${DOCKER_VERSION}"
7272
echo "folder_time: ${FOLDER_TIME}"
7373
echo "needs_binary_processing: ${NEEDS_BINARY_PROCESSING}"
74-
echo "package_version: ${PACKAGE_VERSION}"
7574
echo "repo_prefix: ${REPO_PREFIX}"
7675
echo "src_bucket: ${SRC_BUCKET}"
7776
echo "test_results_src: ${TEST_RESULTS_SRC}"
@@ -240,7 +239,7 @@ jobs:
240239
REPO_DNS_NAME: ${{ inputs.release_environment == 'production' && 'builds.altinity.cloud' || 'builds.staging.altinity.cloud' }}
241240
REPO_NAME: ${{ inputs.release_environment == 'production' && 'altinity' || 'altinity-staging' }}
242241
REPO_SUBTITLE: ${{ inputs.release_environment == 'production' && 'Stable Builds' || 'Staging Builds' }}
243-
PACKAGE_VERSION: ${{ needs.extract-package-info.outputs.package_version }}
242+
PACKAGE_VERSION: ${{ inputs.package_version }}
244243
FOLDER_TIME: ${{ needs.extract-package-info.outputs.folder_time }}
245244
REPO_PREFIX: ${{ needs.extract-package-info.outputs.repo_prefix }}
246245
NEEDS_BINARY_PROCESSING: ${{ needs.extract-package-info.outputs.needs_binary_processing }}
@@ -369,7 +368,7 @@ jobs:
369368
env:
370369
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
371370
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
372-
PACKAGE_VERSION: ${{ needs.extract-package-info.outputs.package_version }}
371+
PACKAGE_VERSION: ${{ inputs.package_version }}
373372
DEST_URL: ${{ needs.extract-package-info.outputs.dest_url }}
374373
steps:
375374
- name: Install aws cli

0 commit comments

Comments
 (0)