Skip to content

Commit d3dce6f

Browse files
committed
fix typo
Signed-off-by: karthik2804 <[email protected]>
1 parent 2482584 commit d3dce6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: ls -R
105105
- name: pluginify it
106106
run: |
107-
spin pluginify --merge --release-url-base https://github.com/fermyon/spin-trigger-crom/releases/download/${{ env.RELEASE_VERSION }}/ >${{ env.PROGRAM_NAME }}.json
107+
spin pluginify --merge --release-url-base https://github.com/fermyon/spin-trigger-cron/releases/download/${{ env.RELEASE_VERSION }}/ >${{ env.PROGRAM_NAME }}.json
108108
- name: Display merged manifest
109109
run: cat ${{ env.PROGRAM_NAME }}.json
110110

0 commit comments

Comments
 (0)