Skip to content

Commit e9b7cdd

Browse files
committed
Fix update snapshot pr action
1 parent f010d41 commit e9b7cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_snapshot_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

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

2525
- name: Log version
2626
env:

0 commit comments

Comments
 (0)