diff --git a/.github/workflows/get_latest_skaffold_version.yml b/.github/workflows/get_latest_skaffold_version.yml index bbc18db..6d61fd0 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 "$VERSION" --repo ${{ github.repository }} \ No newline at end of file + gh variable set VERSION --body "$SKAFFOLD_YAML_VERSION" --repo ${{ github.repository }} \ No newline at end of file