Skip to content

Commit 1c3692b

Browse files
committed
Bump version for patch release
Signed-off-by: Brian Hardock <[email protected]>
1 parent 2fca158 commit 1c3692b

File tree

16 files changed

+755
-224
lines changed

16 files changed

+755
-224
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
run: ls -R
136136
- name: pluginify it
137137
run: |
138-
spin pluginify --merge --release-url-base https://github.com/fermyon/spin-trigger-command/releases/download/${{ env.RELEASE_VERSION }}/ >${{ env.PROGRAM_NAME }}.json
138+
spin pluginify --merge --release-url-base https://github.com/spinframework/spin-trigger-command/releases/download/${{ env.RELEASE_VERSION }}/ >${{ env.PROGRAM_NAME }}.json
139139
- name: Display merged manifest
140140
run: cat ${{ env.PROGRAM_NAME }}.json
141141

0 commit comments

Comments
 (0)