Skip to content

Commit

Permalink
overwrite latest releases
Browse files Browse the repository at this point in the history
Signed-off-by: Savitha Raghunathan <saveetha13@gmail.com>
  • Loading branch information
savitharaghunathan committed Sep 30, 2024
1 parent 1533cae commit 8fe7317
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 8fe7317

Please sign in to comment.