Loading .github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ jobs: uses: ./smithy-rs/.github/actions/download-all-artifacts - name: Push gradle.properties changes id: gradle-push working-directory: artifacts working-directory: upgrade-gradle-properties/smithy-rs shell: bash env: SEMANTIC_VERSION: ${{ inputs.semantic_version }} Loading tools/ci-scripts/upgrade-gradle-properties +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ set -eux SEMANTIC_VERSION="${1}" SMITHY_RS_DIR="$(pwd)/smithy-rs" ARTIFACTS_DIR="$(pwd)/artifacts" ARTIFACTS_DIR="$(pwd)/artifacts/upgrade-gradle-properties" mkdir -p "${ARTIFACTS_DIR}" pushd "${SMITHY_RS_DIR}" Loading @@ -24,5 +24,5 @@ popd pushd "${ARTIFACTS_DIR}" git clone "${SMITHY_RS_DIR}" # Copy over the original remotes so that it's possible to push to `origin` cp "${SMITHY_RS_DIR}/.git/config" .git/config cp "${SMITHY_RS_DIR}/.git/config" smithy-rs/.git/config popd Loading
.github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ jobs: uses: ./smithy-rs/.github/actions/download-all-artifacts - name: Push gradle.properties changes id: gradle-push working-directory: artifacts working-directory: upgrade-gradle-properties/smithy-rs shell: bash env: SEMANTIC_VERSION: ${{ inputs.semantic_version }} Loading
tools/ci-scripts/upgrade-gradle-properties +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ set -eux SEMANTIC_VERSION="${1}" SMITHY_RS_DIR="$(pwd)/smithy-rs" ARTIFACTS_DIR="$(pwd)/artifacts" ARTIFACTS_DIR="$(pwd)/artifacts/upgrade-gradle-properties" mkdir -p "${ARTIFACTS_DIR}" pushd "${SMITHY_RS_DIR}" Loading @@ -24,5 +24,5 @@ popd pushd "${ARTIFACTS_DIR}" git clone "${SMITHY_RS_DIR}" # Copy over the original remotes so that it's possible to push to `origin` cp "${SMITHY_RS_DIR}/.git/config" .git/config cp "${SMITHY_RS_DIR}/.git/config" smithy-rs/.git/config popd