From 761ea08e5a8ed03395135fe7757afb1fb9dc84b6 Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Thu, 2 Feb 2023 13:26:15 +0000 Subject: [PATCH] Use action-arguments for arguments. --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d0074278f..ad5ec43d59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,7 +122,8 @@ jobs: - name: Upgrade gradle.properties uses: ./smithy-rs/.github/actions/docker-build with: - action: upgrade-gradle-properties ${{ inputs.semantic_version }} + action: upgrade-gradle-properties + action-arguments: ${{ inputs.semantic_version }} - name: Push gradle.properties changes id: gradle-push shell: bash