Skip to content

Commit

Permalink
Fix update snapshot pr action
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Aug 31, 2024
1 parent f010d41 commit e9b7cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_snapshot_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Update snapshot
id: update
run: echo "SNAPSHOT_VERSION=$(./ci/update_snapshot_version.sh)" >> "$GITHUB_OUTPUT"
run: echo "SNAPSHOT_VERSION=$(./scripts/update_snapshot_version.sh)" >> "$GITHUB_OUTPUT"

- name: Log version
env:
Expand Down

0 comments on commit e9b7cdd

Please sign in to comment.