Merge pull request #2900 from Flow-Launcher/update_ci_default_plugin_publish

Update default plugin publish target branch
This commit is contained in:
Jeremy Wu 2024-09-04 22:02:23 +10:00 committed by GitHub
commit 5216a35ec2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ name: Publish Default Plugins
on:
push:
branches: ['dev']
branches: ['master']
paths: ['Plugins/**']
workflow_dispatch:
@ -369,4 +369,4 @@ jobs:
tag_name: "v${{steps.updated-version-windowssettings.outputs.prop}}"
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}