Skip to content

Commit 9e3c127

Browse files
Merge pull request #66 from fibonacci1729/bump-version
Bump version for patch release (+ additional cleanup)
2 parents 2fca158 + 1c3692b commit 9e3c127

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)