From 344bf3ee48857d74f5af7621c19a2070c10f4d56 Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Thu, 2 Feb 2023 12:31:03 +0000 Subject: [PATCH] Fix action paths. (#2283) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13a54247a..b45c391be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: ref: ${{ inputs.release_branch }} token: ${{ secrets.RELEASE_AUTOMATION_BOT_PAT }} - name: Upgrade gradle.properties - uses: ./smithy-rs/.github/actions/docker-build + uses: ./.github/actions/docker-build with: action: upgrade-gradle-smithy-rs-release ${{ inputs.semantic_version }} - name: Push gradle.properties changes @@ -219,7 +219,7 @@ jobs: ref: ${{ inputs.commit_sha }} token: ${{ secrets.RELEASE_AUTOMATION_BOT_PAT }} - name: Empty CHANGELOG.next.toml - uses: ./smithy-rs/.github/actions/docker-build + uses: ./.github/actions/docker-build with: action: generate-new-changelog-next-toml - name: Push smithy-rs changes -- GitLab