diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3987c58..4a74fcb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -118,7 +118,7 @@ jobs: run: npx vsce publish -p "$VSCE_PAT" - name: Create GitHub Release + upload VSIX - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.bump.outputs.release_tag || steps.tag.outputs.release_tag }} generate_release_notes: true