Skip to content

Commit

Permalink
ci: try to fix the publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Oct 21, 2024
1 parent a467d2b commit 7b38232
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ jobs:
# name: VSIX
# path: "*.vsix"
- uses: softprops/action-gh-release@v2
# if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
with:
generate_release_notes: true
files: "*.vsix"
draft: false
tag: ${{ github.ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
Expand Down

0 comments on commit 7b38232

Please sign in to comment.