Skip to content

Commit b9f6f7f

Browse files
committed
Publish plugin
1 parent 0e75543 commit b9f6f7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ jobs:
5050
files: ValeLS.zip
5151

5252
- name: Release on Extension Store
53-
uses: Maddimax/deploy-lua-plugin@v2.6
53+
uses: Maddimax/deploy-lua-plugin@v2.7
5454
with:
5555
api: ${{ secrets.EXTENSION_STORE_API_URL }}
5656
token: ${{ secrets.EXTENSION_STORE_API_TOKEN }}
5757
spec: ValeLS/valels.lua
58+
publish: true
5859
download-url: ${{ fromJSON(steps.create_release.outputs.assets)[0].browser_download_url }}

0 commit comments

Comments
 (0)