diff --git a/.github/workflows/get_latest_skaffold_version.yml b/.github/workflows/get_latest_skaffold_version.yml index 6d61fd0..6f39d14 100644 --- a/.github/workflows/get_latest_skaffold_version.yml +++ b/.github/workflows/get_latest_skaffold_version.yml @@ -42,4 +42,4 @@ jobs: - name: Update GitHub Secret run: | - gh variable set VERSION --body "$SKAFFOLD_YAML_VERSION" --repo ${{ github.repository }} \ No newline at end of file + gh variable set SKAFFOLD_YAML_VERSION --body "$VERSION" --repo ${{ github.repository }} \ No newline at end of file