Skip to content

Commit f370058

Browse files
committed
fix: upadate path to image
1 parent 6953129 commit f370058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
needs:
108108
- release
109-
- package
109+
- build
110110
if: needs.release.outputs.new_release_published == 'true'
111111
env:
112112
VERSION: ${{ needs.release.outputs.new_release_version }}

0 commit comments

Comments
 (0)