Skip to content

Commit

Permalink
@W-15819273@ Fixing release process error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeingold35 committed May 28, 2024
1 parent 6f7f3aa commit 68dab3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
name: vsix
# Download the VSIX to a subdirectory of HOME, so it's guaranteed to be somewhere we can see.
path: ~/downloads
# The VSIX is zipped. Unzip it.
- run: unzip ~/downloads/vsix
# Create the release
- name: Create github release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 68dab3a

Please sign in to comment.