65
65
66
66
- name : Publish BrowserBookmark
67
67
if : steps.changes.outputs.browserbookmark == 'true'
68
- uses : softprops/action-gh-release@v1
68
+ uses : softprops/action-gh-release@v2
69
69
with :
70
70
repository : " Flow-Launcher/Flow.Launcher.Plugin.BrowserBookmark"
71
71
files : " Flow.Launcher.Plugin.BrowserBookmark.zip"
92
92
93
93
- name : Publish Calculator
94
94
if : steps.changes.outputs.calculator == 'true'
95
- uses : softprops/action-gh-release@v1
95
+ uses : softprops/action-gh-release@v2
96
96
with :
97
97
repository : " Flow-Launcher/Flow.Launcher.Plugin.Calculator"
98
98
files : " Flow.Launcher.Plugin.Calculator.zip"
@@ -119,7 +119,7 @@ jobs:
119
119
120
120
- name : Publish Explorer
121
121
if : steps.changes.outputs.explorer == 'true'
122
- uses : softprops/action-gh-release@v1
122
+ uses : softprops/action-gh-release@v2
123
123
with :
124
124
repository : " Flow-Launcher/Flow.Launcher.Plugin.Explorer"
125
125
files : " Flow.Launcher.Plugin.Explorer.zip"
@@ -146,7 +146,7 @@ jobs:
146
146
147
147
- name : Publish PluginIndicator
148
148
if : steps.changes.outputs.pluginindicator == 'true'
149
- uses : softprops/action-gh-release@v1
149
+ uses : softprops/action-gh-release@v2
150
150
with :
151
151
repository : " Flow-Launcher/Flow.Launcher.Plugin.PluginIndicator"
152
152
files : " Flow.Launcher.Plugin.PluginIndicator.zip"
@@ -173,7 +173,7 @@ jobs:
173
173
174
174
- name : Publish PluginsManager
175
175
if : steps.changes.outputs.pluginsmanager == 'true'
176
- uses : softprops/action-gh-release@v1
176
+ uses : softprops/action-gh-release@v2
177
177
with :
178
178
repository : " Flow-Launcher/Flow.Launcher.Plugin.PluginsManager"
179
179
files : " Flow.Launcher.Plugin.PluginsManager.zip"
@@ -200,7 +200,7 @@ jobs:
200
200
201
201
- name : Publish ProcessKiller
202
202
if : steps.changes.outputs.processkiller == 'true'
203
- uses : softprops/action-gh-release@v1
203
+ uses : softprops/action-gh-release@v2
204
204
with :
205
205
repository : " Flow-Launcher/Flow.Launcher.Plugin.ProcessKiller"
206
206
files : " Flow.Launcher.Plugin.ProcessKiller.zip"
@@ -227,7 +227,7 @@ jobs:
227
227
228
228
- name : Publish Program
229
229
if : steps.changes.outputs.program == 'true'
230
- uses : softprops/action-gh-release@v1
230
+ uses : softprops/action-gh-release@v2
231
231
with :
232
232
repository : " Flow-Launcher/Flow.Launcher.Plugin.Program"
233
233
files : " Flow.Launcher.Plugin.Program.zip"
@@ -254,7 +254,7 @@ jobs:
254
254
255
255
- name : Publish Shell
256
256
if : steps.changes.outputs.shell == 'true'
257
- uses : softprops/action-gh-release@v1
257
+ uses : softprops/action-gh-release@v2
258
258
with :
259
259
repository : " Flow-Launcher/Flow.Launcher.Plugin.Shell"
260
260
files : " Flow.Launcher.Plugin.Shell.zip"
@@ -281,7 +281,7 @@ jobs:
281
281
282
282
- name : Publish Sys
283
283
if : steps.changes.outputs.sys == 'true'
284
- uses : softprops/action-gh-release@v1
284
+ uses : softprops/action-gh-release@v2
285
285
with :
286
286
repository : " Flow-Launcher/Flow.Launcher.Plugin.Sys"
287
287
files : " Flow.Launcher.Plugin.Sys.zip"
@@ -308,7 +308,7 @@ jobs:
308
308
309
309
- name : Publish Url
310
310
if : steps.changes.outputs.url == 'true'
311
- uses : softprops/action-gh-release@v1
311
+ uses : softprops/action-gh-release@v2
312
312
with :
313
313
repository : " Flow-Launcher/Flow.Launcher.Plugin.Url"
314
314
files : " Flow.Launcher.Plugin.Url.zip"
@@ -335,7 +335,7 @@ jobs:
335
335
336
336
- name : Publish WebSearch
337
337
if : steps.changes.outputs.websearch == 'true'
338
- uses : softprops/action-gh-release@v1
338
+ uses : softprops/action-gh-release@v2
339
339
with :
340
340
repository : " Flow-Launcher/Flow.Launcher.Plugin.WebSearch"
341
341
files : " Flow.Launcher.Plugin.WebSearch.zip"
@@ -362,7 +362,7 @@ jobs:
362
362
363
363
- name : Publish WindowsSettings
364
364
if : steps.changes.outputs.windowssettings == 'true'
365
- uses : softprops/action-gh-release@v1
365
+ uses : softprops/action-gh-release@v2
366
366
with :
367
367
repository : " Flow-Launcher/Flow.Launcher.Plugin.WindowsSettings"
368
368
files : " Flow.Launcher.Plugin.WindowsSettings.zip"
0 commit comments