Skip to content

Commit

Permalink
chore: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gvozdvmozgu authored Sep 3, 2024
1 parent 1bb08cd commit 53de599
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,9 @@ jobs:
- name: Publish GitHub release
uses: softprops/action-gh-release@v2
with:
draft: true
draft: false
files: |
editors/code/*.vsix
release:
name: Release ${{ matrix.platform.target }}
runs-on: ${{ matrix.platform.os }}
needs:
- check-versions-match
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 53de599

Please sign in to comment.