5353 files : " Flow.Launcher.Plugin.BrowserBookmark.zip"
5454 tag_name : " v${{steps.updated-version-browserbookmark.outputs.prop}}"
5555 body : Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
56- env :
57- GITHUB_TOKEN : ${{ secrets.PUBLISH_PLUGINS }}
56+ token : ${{ secrets.PUBLISH_PLUGINS }}
5857
5958
6059 - name : Get Calculator Version
7776 files : " Flow.Launcher.Plugin.Calculator.zip"
7877 tag_name : " v${{steps.updated-version-calculator.outputs.prop}}"
7978 body : Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
80- env :
81- GITHUB_TOKEN : ${{ secrets.PUBLISH_PLUGINS }}
79+ token : ${{ secrets.PUBLISH_PLUGINS }}
8280
8381
8482 - name : Get Explorer Version
10199 files : " Flow.Launcher.Plugin.Explorer.zip"
102100 tag_name : " v${{steps.updated-version-explorer.outputs.prop}}"
103101 body : Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
104- env :
105- GITHUB_TOKEN : ${{ secrets.PUBLISH_PLUGINS }}
102+ token : ${{ secrets.PUBLISH_PLUGINS }}
106103
107104
108105 - name : Get PluginIndicator Version
@@ -125,8 +122,7 @@ jobs:
125122 files : " Flow.Launcher.Plugin.PluginIndicator.zip"
126123 tag_name : " v${{steps.updated-version-pluginindicator.outputs.prop}}"
127124 body : Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
128- env :
129- GITHUB_TOKEN : ${{ secrets.PUBLISH_PLUGINS }}
125+ token : ${{ secrets.PUBLISH_PLUGINS }}
130126
131127
132128 - name : Get PluginsManager Version
@@ -149,8 +145,7 @@ jobs:
149145 files : " Flow.Launcher.Plugin.PluginsManager.zip"
150146 tag_name : " v${{steps.updated-version-pluginsmanager.outputs.prop}}"
151147 body : Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
152- env :
153- GITHUB_TOKEN : ${{ secrets.PUBLISH_PLUGINS }}
148+ token : ${{ secrets.PUBLISH_PLUGINS }}
154149
155150
156151 - name : Get ProcessKiller Version
@@ -173,8 +168,7 @@ jobs:
173168 files : " Flow.Launcher.Plugin.ProcessKiller.zip"
174169 tag_name : " v${{steps.updated-version-processkiller.outputs.prop}}"
175170 body : Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
176- env :
177- GITHUB_TOKEN : ${{ secrets.PUBLISH_PLUGINS }}
171+ token : ${{ secrets.PUBLISH_PLUGINS }}
178172
179173
180174 - name : Get Program Version
@@ -197,8 +191,7 @@ jobs:
197191 files : " Flow.Launcher.Plugin.Program.zip"
198192 tag_name : " v${{steps.updated-version-program.outputs.prop}}"
199193 body : Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
200- env :
201- GITHUB_TOKEN : ${{ secrets.PUBLISH_PLUGINS }}
194+ token : ${{ secrets.PUBLISH_PLUGINS }}
202195
203196
204197 - name : Get Shell Version
@@ -221,8 +214,7 @@ jobs:
221214 files : " Flow.Launcher.Plugin.Shell.zip"
222215 tag_name : " v${{steps.updated-version-shell.outputs.prop}}"
223216 body : Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
224- env :
225- GITHUB_TOKEN : ${{ secrets.PUBLISH_PLUGINS }}
217+ token : ${{ secrets.PUBLISH_PLUGINS }}
226218
227219
228220 - name : Get Sys Version
@@ -245,8 +237,7 @@ jobs:
245237 files : " Flow.Launcher.Plugin.Sys.zip"
246238 tag_name : " v${{steps.updated-version-sys.outputs.prop}}"
247239 body : Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
248- env :
249- GITHUB_TOKEN : ${{ secrets.PUBLISH_PLUGINS }}
240+ token : ${{ secrets.PUBLISH_PLUGINS }}
250241
251242
252243 - name : Get Url Version
@@ -269,8 +260,7 @@ jobs:
269260 files : " Flow.Launcher.Plugin.Url.zip"
270261 tag_name : " v${{steps.updated-version-url.outputs.prop}}"
271262 body : Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
272- env :
273- GITHUB_TOKEN : ${{ secrets.PUBLISH_PLUGINS }}
263+ token : ${{ secrets.PUBLISH_PLUGINS }}
274264
275265
276266 - name : Get WebSearch Version
@@ -293,8 +283,7 @@ jobs:
293283 files : " Flow.Launcher.Plugin.WebSearch.zip"
294284 tag_name : " v${{steps.updated-version-websearch.outputs.prop}}"
295285 body : Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
296- env :
297- GITHUB_TOKEN : ${{ secrets.PUBLISH_PLUGINS }}
286+ token : ${{ secrets.PUBLISH_PLUGINS }}
298287
299288
300289 - name : Get WindowsSettings Version
@@ -317,5 +306,4 @@ jobs:
317306 files : " Flow.Launcher.Plugin.WindowsSettings.zip"
318307 tag_name : " v${{steps.updated-version-windowssettings.outputs.prop}}"
319308 body : Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
320- env :
321- GITHUB_TOKEN : ${{ secrets.PUBLISH_PLUGINS }}
309+ token : ${{ secrets.PUBLISH_PLUGINS }}
0 commit comments