Skip to content

Commit

Permalink
Make the created release a draft (#42) (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
kboom authored Dec 30, 2024
2 parents 7729cb5 + aaa9747 commit c7c181b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
with:
tag_name: ${{ needs.version.outputs.version }}
release_name: Release ${{ needs.version.outputs.version }}
draft: false
prerelease: true
draft: true
prerelease: false

- name: Download VSIX job artifact
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
SOURCES_DIR_NAME: GitTreeFilter-4-VisualStudio-${{ github.event.release.tag_name }} # remove
VSIX_FILE_NAME: GitTreeFilter-${{ github.event.release.tag_name }}-2022.vsix
VSIX_FILE_NAME: GitTreeFilter-${{ github.event.release.tag_name }}.vsix
SOURCES_FILE_NAME: Sources.tar.gz

jobs:
Expand Down

0 comments on commit c7c181b

Please sign in to comment.