diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index 7ee8a46..04520fb 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -39,3 +39,10 @@ jobs: run: vsce publish env: VSCE_PAT: ${{ secrets.VSCODE_MARKETPALCE }} + - name: Upload VSIX to Release + uses: softprops/action-gh-release@v1 + with: + files: "*.vsix" + # generate_release_notes: true # Automatische Release Notes + # draft: false # N + # prerelease: false