Skip to content

Commit

Permalink
fix: ensure scaleset version descriptor is properly updated
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Aug 15, 2024
1 parent a06eae8 commit 312955f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flow-release-scaleset-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
git_tag_gpgsign: false

- name: Update Version Descriptor
working-directory: legacy/runner
working-directory: scaleset/runner
run: printf "RUNNER_VERSION=%s\nRUNNER_CONTAINER_HOOKS_VERSION=%s\n" "${{ needs.versions.outputs.runner }}" "${{ needs.versions.outputs.hooks }}" >VERSION

- name: Commit Changes
Expand Down

0 comments on commit 312955f

Please sign in to comment.