We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e75543 commit b9f6f7fCopy full SHA for b9f6f7f
.github/workflows/ci.yml
@@ -50,9 +50,10 @@ jobs:
50
files: ValeLS.zip
51
52
- name: Release on Extension Store
53
- uses: Maddimax/deploy-lua-plugin@v2.6
+ uses: Maddimax/deploy-lua-plugin@v2.7
54
with:
55
api: ${{ secrets.EXTENSION_STORE_API_URL }}
56
token: ${{ secrets.EXTENSION_STORE_API_TOKEN }}
57
spec: ValeLS/valels.lua
58
+ publish: true
59
download-url: ${{ fromJSON(steps.create_release.outputs.assets)[0].browser_download_url }}
0 commit comments