diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bce2eabb..234810aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,6 +89,9 @@ jobs: with: files: "vscode/*.vsix" tag_name: "latest" + target_commitish: ${{ github.sha }} + overwrite: true prerelease: true + name: "Development Build" env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file