Skip to content

Commit

Permalink
Publish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddimax committed Aug 14, 2024
1 parent 0e75543 commit b9f6f7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
files: ValeLS.zip

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

0 comments on commit b9f6f7f

Please sign in to comment.